Html Css Color HEX #CEE012 Pear

📋 copy color: '#CEE012'

red 206 ◦ green 224 ◦ blue 18

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

Shades of Pear #CEE012

Tints of Pear #CEE012

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50%

 BLUE value IS 18 (7.42% from 255) = 4.02%

R = 45.98%
G = 50%
B = 4.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#CEE012 (or 0xCEE012) is known color: Pear. HEX triplet: CE, E0 and 12. RGB value is (206,224,18). Sum of RGB (Red+Green+Blue) = 206+224+18=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE012 is #311FED. Grayscale: #C3C3C3. Windows color (decimal): -3219438 or 1237198. OLE color: 1237198.

HSL color Cylindrical-coordinate representation of color #CEE012: hue angle of 65.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEE012 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 18 -
CMYK 0.08 0 0.92 0.12
HSL 65.24º 0.85% 0.47% -
HSV(B) 65.24º 0.92% 0.88% -
XYZ 52.22 66.48 10.65 -
YUV 195.13 28.04 135.75 -
System Red Green Blue C M Y K H S L
Decimal 206 224 18 0.08 0 0.92 0.12 65.24 0.85 0.47
Hex CE E0 12 8 0 5C C 41 55 2F
Octal 316 340 22 10 0 134 14 101 125 57
Binary 11001110 11100000 10010 1000 0 1011100 1100 1000001 1010101 101111

Color Harmonies of #CEE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE012

Black with #CEE012

Text Example


Text Example

White with #CEE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE012; }

 p { color: rgb(206,224,18); }

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

background-color css

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

 a { background-color: rgb(206,224,18); }

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

border-color css

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

 span { border-color: rgb(206,224,18); }

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