Html Css Color HEX #CEDD2C Pear

📋 copy color: '#CEDD2C'

red 206 ◦ green 221 ◦ blue 44

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

Shades of Pear #CEDD2C

Tints of Pear #CEDD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.34%

R = 43.74%
G = 46.92%
B = 9.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#CEDD2C (or 0xCEDD2C) is known color: Pear. HEX triplet: CE, DD and 2C. RGB value is (206,221,44). Sum of RGB (Red+Green+Blue) = 206+221+44=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD2C is #3122D3. Grayscale: #C5C5C5. Windows color (decimal): -3220180 or 2940366. OLE color: 2940366.

HSL color Cylindrical-coordinate representation of color #CEDD2C: hue angle of 65.08º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEDD2C is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 44 -
CMYK 0.07 0 0.80 0.13
HSL 65.08º 0.72% 0.52% -
HSV(B) 65.08º 0.8% 0.87% -
XYZ 51.76 65.02 12.2 -
YUV 196.34 42.03 134.89 -
System Red Green Blue C M Y K H S L
Decimal 206 221 44 0.07 0 0.80 0.13 65.08 0.72 0.52
Hex CE DD 2C 7 0 50 D 41 48 34
Octal 316 335 54 7 0 120 15 101 110 64
Binary 11001110 11011101 101100 111 0 1010000 1101 1000001 1001000 110100

Color Harmonies of #CEDD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD2C

Black with #CEDD2C

Text Example


Text Example

White with #CEDD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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