Html Css Color HEX #CEDD20 Pear

📋 copy color: '#CEDD20'

red 206 ◦ green 221 ◦ blue 32

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

Shades of Pear #CEDD20

Tints of Pear #CEDD20

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.15%

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

R = 44.88%
G = 48.15%
B = 6.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#CEDD20 (or 0xCEDD20) is known color: Pear. HEX triplet: CE, DD and 20. RGB value is (206,221,32). Sum of RGB (Red+Green+Blue) = 206+221+32=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD20 is #3122DF. Grayscale: #C3C3C3. Windows color (decimal): -3220192 or 2153934. OLE color: 2153934.

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

Color convert

RGB 206 221 32 -
CMYK 0.07 0 0.86 0.13
HSL 64.76º 0.75% 0.5% -
HSV(B) 64.76º 0.86% 0.87% -
XYZ 51.57 64.94 11.18 -
YUV 194.97 36.03 135.87 -
System Red Green Blue C M Y K H S L
Decimal 206 221 32 0.07 0 0.86 0.13 64.76 0.75 0.5
Hex CE DD 20 7 0 56 D 41 4B 32
Octal 316 335 40 7 0 126 15 101 113 62
Binary 11001110 11011101 100000 111 0 1010110 1101 1000001 1001011 110010

Color Harmonies of #CEDD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD20

Black with #CEDD20

Text Example


Text Example

White with #CEDD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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