Html Css Color HEX #CEE220 Pear

📋 copy color: '#CEE220'

red 206 ◦ green 226 ◦ blue 32

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

Shades of Pear #CEE220

Tints of Pear #CEE220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.9%

R = 44.4%
G = 48.71%
B = 6.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#CEE220 (or 0xCEE220) is known color: Pear. HEX triplet: CE, E2 and 20. RGB value is (206,226,32). Sum of RGB (Red+Green+Blue) = 206+226+32=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE220 is #311DDF. Grayscale: #C6C6C6. Windows color (decimal): -3218912 or 2155214. OLE color: 2155214.

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

Color convert

RGB 206 226 32 -
CMYK 0.09 0 0.86 0.11
HSL 66.19º 0.77% 0.51% -
HSV(B) 66.19º 0.86% 0.89% -
XYZ 52.91 67.62 11.63 -
YUV 197.9 34.37 133.77 -
System Red Green Blue C M Y K H S L
Decimal 206 226 32 0.09 0 0.86 0.11 66.19 0.77 0.51
Hex CE E2 20 9 0 56 B 42 4D 33
Octal 316 342 40 11 0 126 13 102 115 63
Binary 11001110 11100010 100000 1001 0 1010110 1011 1000010 1001101 110011

Color Harmonies of #CEE220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE220

Black with #CEE220

Text Example


Text Example

White with #CEE220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE220; }

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

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

background-color css

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

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

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

border-color css

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

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

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