Html Css Color HEX #CEF04C Pear

📋 copy color: '#CEF04C'

red 206 ◦ green 240 ◦ blue 76

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

Shades of Pear #CEF04C

Tints of Pear #CEF04C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.98%

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

R = 39.46%
G = 45.98%
B = 14.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#CEF04C (or 0xCEF04C) is known color: Pear. HEX triplet: CE, F0 and 4C. RGB value is (206,240,76). Sum of RGB (Red+Green+Blue) = 206+240+76=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF04C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF04C is #310FB3. Grayscale: #D3D3D3. Windows color (decimal): -3215284 or 5042382. OLE color: 5042382.

HSL color Cylindrical-coordinate representation of color #CEF04C: hue angle of 72.44º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEF04C is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 76 -
CMYK 0.14 0 0.68 0.06
HSL 72.44º 0.85% 0.62% -
HSV(B) 72.44º 0.68% 0.94% -
XYZ 57.92 75.96 18.45 -
YUV 211.14 51.74 124.34 -
System Red Green Blue C M Y K H S L
Decimal 206 240 76 0.14 0 0.68 0.06 72.44 0.85 0.62
Hex CE F0 4C E 0 44 6 48 55 3E
Octal 316 360 114 16 0 104 6 110 125 76
Binary 11001110 11110000 1001100 1110 0 1000100 110 1001000 1010101 111110

Color Harmonies of #CEF04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF04C

Black with #CEF04C

Text Example


Text Example

White with #CEF04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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