Html Css Color HEX #CEEE20 Pear

📋 copy color: '#CEEE20'

red 206 ◦ green 238 ◦ blue 32

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

Shades of Pear #CEEE20

Tints of Pear #CEEE20

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50%

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

R = 43.28%
G = 50%
B = 6.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#CEEE20 (or 0xCEEE20) is known color: Pear. HEX triplet: CE, EE and 20. RGB value is (206,238,32). Sum of RGB (Red+Green+Blue) = 206+238+32=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 32 (12.89% from 255 or 6.72% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE20 is #3111DF. Grayscale: #CDCDCD. Windows color (decimal): -3215840 or 2158286. OLE color: 2158286.

HSL color Cylindrical-coordinate representation of color #CEEE20: hue angle of 69.32º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEEE20 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 238 32 -
CMYK 0.13 0 0.87 0.07
HSL 69.32º 0.86% 0.53% -
HSV(B) 69.32º 0.87% 0.93% -
XYZ 56.29 74.38 12.76 -
YUV 204.95 30.4 128.75 -
System Red Green Blue C M Y K H S L
Decimal 206 238 32 0.13 0 0.87 0.07 69.32 0.86 0.53
Hex CE EE 20 D 0 57 7 45 56 35
Octal 316 356 40 15 0 127 7 105 126 65
Binary 11001110 11101110 100000 1101 0 1010111 111 1000101 1010110 110101

Color Harmonies of #CEEE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE20

Black with #CEEE20

Text Example


Text Example

White with #CEEE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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