Html Css Color HEX #CEF127 Pear

📋 copy color: '#CEF127'

red 206 ◦ green 241 ◦ blue 39

#CEF127
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CEF127

Tints of Pear #CEF127

RGB

 RED value IS 206 (80.86% from 255) = 42.39%

 GREEN value IS 241 (94.53% from 255) = 49.59%

 BLUE value IS 39 (15.63% from 255) = 8.02%

R = 42.39%
G = 49.59%
B = 8.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEF127 (or 0xCEF127) is known color: Pear. HEX triplet: CE, F1 and 27. RGB value is (206,241,39). Sum of RGB (Red+Green+Blue) = 206+241+39=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 39 (15.62% from 255 or 8.02% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF127 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF127 is #310ED8. Grayscale: #D0D0D0. Windows color (decimal): -3215065 or 2617806. OLE color: 2617806.

HSL color Cylindrical-coordinate representation of color #CEF127: hue angle of 70.4º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEF127 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 39 -
CMYK 0.15 0 0.84 0.05
HSL 70.4º 0.88% 0.55% -
HSV(B) 70.4º 0.84% 0.95% -
XYZ 57.28 76.18 13.6 -
YUV 207.51 32.9 126.93 -
System Red Green Blue C M Y K H S L
Decimal 206 241 39 0.15 0 0.84 0.05 70.4 0.88 0.55
Hex CE F1 27 F 0 54 5 46 58 37
Octal 316 361 47 17 0 124 5 106 130 67
Binary 11001110 11110001 100111 1111 0 1010100 101 1000110 1011000 110111

Color Harmonies of #CEF127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF127

Black with #CEF127

Text Example


Text Example

White with #CEF127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF127; }

 p { color: rgb(206,241,39); }

 H1.HeaderClassName
 {
   color: #CEF127;
 }
 .AnyTagClassName
 {
   color: #CEF127;
 }
</style>

background-color css

<style>
 a { background-color: #CEF127; }

 a { background-color: rgb(206,241,39); }

 div.DivClassName
 {
   background-color: #CEF127;
 }
 .BgClassName
 {
   background-color: #CEF127;
 }
</style>

border-color css

<style>
 span { border-color: #CEF127; }

 span { border-color: rgb(206,241,39); }

 td.TdClassName
 {
   border-color: #CEF127;
 }
 .TagClassName
 {
   border-color: #CEF127;
 }
</style>