Html Css Color HEX #CEF042 Pear

📋 copy color: '#CEF042'

red 206 ◦ green 240 ◦ blue 66

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

Shades of Pear #CEF042

Tints of Pear #CEF042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.89%

R = 40.23%
G = 46.88%
B = 12.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#CEF042 (or 0xCEF042) is known color: Pear. HEX triplet: CE, F0 and 42. RGB value is (206,240,66). Sum of RGB (Red+Green+Blue) = 206+240+66=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF042 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF042 is #310FBD. Grayscale: #D2D2D2. Windows color (decimal): -3215294 or 4387022. OLE color: 4387022.

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

Color convert

RGB 206 240 66 -
CMYK 0.14 0 0.72 0.06
HSL 71.72º 0.85% 0.6% -
HSV(B) 71.72º 0.73% 0.94% -
XYZ 57.6 75.84 16.76 -
YUV 210 46.74 125.15 -
System Red Green Blue C M Y K H S L
Decimal 206 240 66 0.14 0 0.72 0.06 71.72 0.85 0.6
Hex CE F0 42 E 0 48 6 48 55 3C
Octal 316 360 102 16 0 110 6 110 125 74
Binary 11001110 11110000 1000010 1110 0 1001000 110 1001000 1010101 111100

Color Harmonies of #CEF042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF042

Black with #CEF042

Text Example


Text Example

White with #CEF042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF042; }

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

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

background-color css

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

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

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

border-color css

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

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

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