Html Css Color HEX #CEF24C Pear

📋 copy color: '#CEF24C'

red 206 ◦ green 242 ◦ blue 76

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

Shades of Pear #CEF24C

Tints of Pear #CEF24C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.18%

 BLUE value IS 76 (30.08% from 255) = 14.5%

R = 39.31%
G = 46.18%
B = 14.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#CEF24C (or 0xCEF24C) is known color: Pear. HEX triplet: CE, F2 and 4C. RGB value is (206,242,76). Sum of RGB (Red+Green+Blue) = 206+242+76=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF24C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF24C is #310DB3. Grayscale: #D4D4D4. Windows color (decimal): -3214772 or 5042894. OLE color: 5042894.

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

Color convert

RGB 206 242 76 -
CMYK 0.15 0 0.69 0.05
HSL 73.01º 0.86% 0.62% -
HSV(B) 73.01º 0.69% 0.95% -
XYZ 58.51 77.15 18.64 -
YUV 212.31 51.07 123.5 -
System Red Green Blue C M Y K H S L
Decimal 206 242 76 0.15 0 0.69 0.05 73.01 0.86 0.62
Hex CE F2 4C F 0 45 5 49 56 3E
Octal 316 362 114 17 0 105 5 111 126 76
Binary 11001110 11110010 1001100 1111 0 1000101 101 1001001 1010110 111110

Color Harmonies of #CEF24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF24C

Black with #CEF24C

Text Example


Text Example

White with #CEF24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF24C; }

 p { color: rgb(206,242,76); }

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

background-color css

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

 a { background-color: rgb(206,242,76); }

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

border-color css

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

 span { border-color: rgb(206,242,76); }

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