Html Css Color HEX #CEED20 Pear

📋 copy color: '#CEED20'

red 206 ◦ green 237 ◦ blue 32

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

Shades of Pear #CEED20

Tints of Pear #CEED20

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.89%

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

R = 43.37%
G = 49.89%
B = 6.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#CEED20 (or 0xCEED20) is known color: Pear. HEX triplet: CE, ED and 20. RGB value is (206,237,32). Sum of RGB (Red+Green+Blue) = 206+237+32=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEED20 is #3112DF. Grayscale: #CDCDCD. Windows color (decimal): -3216096 or 2158030. OLE color: 2158030.

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

Color convert

RGB 206 237 32 -
CMYK 0.13 0 0.86 0.07
HSL 69.07º 0.85% 0.53% -
HSV(B) 69.07º 0.86% 0.93% -
XYZ 56 73.79 12.66 -
YUV 204.36 30.73 129.17 -
System Red Green Blue C M Y K H S L
Decimal 206 237 32 0.13 0 0.86 0.07 69.07 0.85 0.53
Hex CE ED 20 D 0 56 7 45 55 35
Octal 316 355 40 15 0 126 7 105 125 65
Binary 11001110 11101101 100000 1101 0 1010110 111 1000101 1010101 110101

Color Harmonies of #CEED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED20

Black with #CEED20

Text Example


Text Example

White with #CEED20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED20; }

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

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

background-color css

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

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

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

border-color css

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

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

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