Html Css Color HEX #CEDD28 Pear

📋 copy color: '#CEDD28'

red 206 ◦ green 221 ◦ blue 40

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

Shades of Pear #CEDD28

Tints of Pear #CEDD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.57%

R = 44.11%
G = 47.32%
B = 8.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#CEDD28 (or 0xCEDD28) is known color: Pear. HEX triplet: CE, DD and 28. RGB value is (206,221,40). Sum of RGB (Red+Green+Blue) = 206+221+40=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD28 is #3122D7. Grayscale: #C4C4C4. Windows color (decimal): -3220184 or 2678222. OLE color: 2678222.

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

Color convert

RGB 206 221 40 -
CMYK 0.07 0 0.82 0.13
HSL 64.97º 0.73% 0.51% -
HSV(B) 64.97º 0.82% 0.87% -
XYZ 51.69 64.99 11.83 -
YUV 195.88 40.03 135.22 -
System Red Green Blue C M Y K H S L
Decimal 206 221 40 0.07 0 0.82 0.13 64.97 0.73 0.51
Hex CE DD 28 7 0 52 D 41 49 33
Octal 316 335 50 7 0 122 15 101 111 63
Binary 11001110 11011101 101000 111 0 1010010 1101 1000001 1001001 110011

Color Harmonies of #CEDD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD28

Black with #CEDD28

Text Example


Text Example

White with #CEDD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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