Html Css Color HEX #CEE532 Pear

📋 copy color: '#CEE532'

red 206 ◦ green 229 ◦ blue 50

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

Shades of Pear #CEE532

Tints of Pear #CEE532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.22%

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

R = 42.47%
G = 47.22%
B = 10.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#CEE532 (or 0xCEE532) is known color: Pear. HEX triplet: CE, E5 and 32. RGB value is (206,229,50). Sum of RGB (Red+Green+Blue) = 206+229+50=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE532 is #311ACD. Grayscale: #CACACA. Windows color (decimal): -3218126 or 3335630. OLE color: 3335630.

HSL color Cylindrical-coordinate representation of color #CEE532: hue angle of 67.71º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEE532 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 229 50 -
CMYK 0.10 0 0.78 0.10
HSL 67.71º 0.77% 0.55% -
HSV(B) 67.71º 0.78% 0.9% -
XYZ 54.05 69.39 13.56 -
YUV 201.72 42.38 131.05 -
System Red Green Blue C M Y K H S L
Decimal 206 229 50 0.10 0 0.78 0.10 67.71 0.77 0.55
Hex CE E5 32 A 0 4E A 44 4D 37
Octal 316 345 62 12 0 116 12 104 115 67
Binary 11001110 11100101 110010 1010 0 1001110 1010 1000100 1001101 110111

Color Harmonies of #CEE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE532

Black with #CEE532

Text Example


Text Example

White with #CEE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE532; }

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

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

background-color css

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

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

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

border-color css

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

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

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