Html Css Color HEX #CEE232 Pear

📋 copy color: '#CEE232'

red 206 ◦ green 226 ◦ blue 50

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

Shades of Pear #CEE232

Tints of Pear #CEE232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.37%

R = 42.74%
G = 46.89%
B = 10.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#CEE232 (or 0xCEE232) is known color: Pear. HEX triplet: CE, E2 and 32. RGB value is (206,226,50). Sum of RGB (Red+Green+Blue) = 206+226+50=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE232 is #311DCD. Grayscale: #C8C8C8. Windows color (decimal): -3218894 or 3334862. OLE color: 3334862.

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

Color convert

RGB 206 226 50 -
CMYK 0.09 0 0.78 0.11
HSL 66.82º 0.75% 0.54% -
HSV(B) 66.82º 0.78% 0.89% -
XYZ 53.23 67.74 13.29 -
YUV 199.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 206 226 50 0.09 0 0.78 0.11 66.82 0.75 0.54
Hex CE E2 32 9 0 4E B 43 4B 36
Octal 316 342 62 11 0 116 13 103 113 66
Binary 11001110 11100010 110010 1001 0 1001110 1011 1000011 1001011 110110

Color Harmonies of #CEE232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE232

Black with #CEE232

Text Example


Text Example

White with #CEE232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE232; }

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

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

background-color css

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

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

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

border-color css

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

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

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