Html Css Color HEX #CEE222 Pear

📋 copy color: '#CEE222'

red 206 ◦ green 226 ◦ blue 34

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

Shades of Pear #CEE222

Tints of Pear #CEE222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.3%

R = 44.21%
G = 48.5%
B = 7.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#CEE222 (or 0xCEE222) is known color: Pear. HEX triplet: CE, E2 and 22. RGB value is (206,226,34). Sum of RGB (Red+Green+Blue) = 206+226+34=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 34 (13.67% from 255 or 7.30% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE222 is #311DDD. Grayscale: #C6C6C6. Windows color (decimal): -3218910 or 2286286. OLE color: 2286286.

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

Color convert

RGB 206 226 34 -
CMYK 0.09 0 0.85 0.11
HSL 66.25º 0.77% 0.51% -
HSV(B) 66.25º 0.85% 0.89% -
XYZ 52.94 67.63 11.78 -
YUV 198.13 35.37 133.61 -
System Red Green Blue C M Y K H S L
Decimal 206 226 34 0.09 0 0.85 0.11 66.25 0.77 0.51
Hex CE E2 22 9 0 55 B 42 4D 33
Octal 316 342 42 11 0 125 13 102 115 63
Binary 11001110 11100010 100010 1001 0 1010101 1011 1000010 1001101 110011

Color Harmonies of #CEE222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE222

Black with #CEE222

Text Example


Text Example

White with #CEE222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE222; }

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

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

background-color css

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

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

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

border-color css

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

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

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