Html Css Color HEX #CEDD2A Pear

📋 copy color: '#CEDD2A'

red 206 ◦ green 221 ◦ blue 42

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

Shades of Pear #CEDD2A

Tints of Pear #CEDD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.96%

R = 43.92%
G = 47.12%
B = 8.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#CEDD2A (or 0xCEDD2A) is known color: Pear. HEX triplet: CE, DD and 2A. RGB value is (206,221,42). Sum of RGB (Red+Green+Blue) = 206+221+42=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD2A is #3122D5. Grayscale: #C4C4C4. Windows color (decimal): -3220182 or 2809294. OLE color: 2809294.

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

Color convert

RGB 206 221 42 -
CMYK 0.07 0 0.81 0.13
HSL 65.03º 0.72% 0.52% -
HSV(B) 65.03º 0.81% 0.87% -
XYZ 51.73 65 12.01 -
YUV 196.11 41.03 135.05 -
System Red Green Blue C M Y K H S L
Decimal 206 221 42 0.07 0 0.81 0.13 65.03 0.72 0.52
Hex CE DD 2A 7 0 51 D 41 48 34
Octal 316 335 52 7 0 121 15 101 110 64
Binary 11001110 11011101 101010 111 0 1010001 1101 1000001 1001000 110100

Color Harmonies of #CEDD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD2A

Black with #CEDD2A

Text Example


Text Example

White with #CEDD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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