#cddf36

Color #CDDF36 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CDDF36

Tints of Pear #CDDF36

Color information

#CDDF36 (or 0xCDDF36) is unknown color: approx Pear. HEX triplet: CD, DF and 36. RGB value is (205,223,54). Sum of RGB (Red+Green+Blue) = 205+223+54=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 54 (21.48% from 255 or 11.20% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDF36 is #3220C9. Grayscale: #C7C7C7. Windows color (decimal): -3285194 or 3596237. OLE color: 3596237.

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

Color convert

RGB20522354-
CMYK0.0800.760.13
HSL66.39º72.53%54.31%-
HSV(B)66.39º75.78%87.45%-
XYZ52.2366.0213.48-
YUV198.3546.54132.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 223 (87.5% from 255) = 46.27%
BLUE value IS 54 (21.48% from 255) = 11.20%
R=42.53%
G=46.27%
B=11.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205223540.0800.760.1366.3972.5354.31
HexCDDF36804CD424936
Octal315337661001141510211166
Binary1100110111011111110110100001001100110110000101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cddf36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cddf36; }

 p { color: rgb(205,223,54); }

 H1.HeaderClassName
 {
   color: #cddf36;
 }
 .AnyTagClassName
 {
   color: #cddf36;
 }
</style>
background-color css

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

 a { background-color: rgb(205,223,54); }

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

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

 span { border-color: rgb(205,223,54); }

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