Html Css Color HEX #CEE212 Pear

📋 copy color: '#CEE212'

red 206 ◦ green 226 ◦ blue 18

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

Shades of Pear #CEE212

Tints of Pear #CEE212

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.22%

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

R = 45.78%
G = 50.22%
B = 4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#CEE212 (or 0xCEE212) is known color: Pear. HEX triplet: CE, E2 and 12. RGB value is (206,226,18). Sum of RGB (Red+Green+Blue) = 206+226+18=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE212 is #311DED. Grayscale: #C5C5C5. Windows color (decimal): -3218926 or 1237710. OLE color: 1237710.

HSL color Cylindrical-coordinate representation of color #CEE212: hue angle of 65.77º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEE212 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 18 -
CMYK 0.09 0 0.92 0.11
HSL 65.77º 0.85% 0.48% -
HSV(B) 65.77º 0.92% 0.89% -
XYZ 52.76 67.56 10.83 -
YUV 196.31 27.37 134.91 -
System Red Green Blue C M Y K H S L
Decimal 206 226 18 0.09 0 0.92 0.11 65.77 0.85 0.48
Hex CE E2 12 9 0 5C B 42 55 30
Octal 316 342 22 11 0 134 13 102 125 60
Binary 11001110 11100010 10010 1001 0 1011100 1011 1000010 1010101 110000

Color Harmonies of #CEE212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE212

Black with #CEE212

Text Example


Text Example

White with #CEE212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE212; }

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

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

background-color css

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

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

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

border-color css

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

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

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