Html Css Color HEX #CEE211 Pear

📋 copy color: '#CEE211'

red 206 ◦ green 226 ◦ blue 17

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

Shades of Pear #CEE211

Tints of Pear #CEE211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.79%

R = 45.88%
G = 50.33%
B = 3.79%

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

#CEE211 (or 0xCEE211) is known color: Pear. HEX triplet: CE, E2 and 11. RGB value is (206,226,17). Sum of RGB (Red+Green+Blue) = 206+226+17=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE211 is #311DEE. Grayscale: #C5C5C5. Windows color (decimal): -3218927 or 1172174. OLE color: 1172174.

HSL color Cylindrical-coordinate representation of color #CEE211: hue angle of 65.74º degrees, saturation: 0.86, 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 #CEE211 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 17 -
CMYK 0.09 0 0.92 0.11
HSL 65.74º 0.86% 0.48% -
HSV(B) 65.74º 0.92% 0.89% -
XYZ 52.75 67.56 10.79 -
YUV 196.19 26.87 134.99 -
System Red Green Blue C M Y K H S L
Decimal 206 226 17 0.09 0 0.92 0.11 65.74 0.86 0.48
Hex CE E2 11 9 0 5C B 42 56 30
Octal 316 342 21 11 0 134 13 102 126 60
Binary 11001110 11100010 10001 1001 0 1011100 1011 1000010 1010110 110000

Color Harmonies of #CEE211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE211

Black with #CEE211

Text Example


Text Example

White with #CEE211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE211; }

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

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

background-color css

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

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

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

border-color css

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

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

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