#CDDE33

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

Shades of Pear #CDDE33

Tints of Pear #CDDE33

Color information

#CDDE33 (or 0xCDDE33) is unknown color: approx Pear. HEX triplet: CD, DE and 33. RGB value is (205,222,51). Sum of RGB (Red+Green+Blue) = 205+222+51=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 51 (20.31% from 255 or 10.67% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDE33 is #3221CC. Grayscale: #C6C6C6. Windows color (decimal): -3285453 or 3399373. OLE color: 3399373.

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

Color convert

RGB20522251-
CMYK0.0800.770.13
HSL65.96º72.15%53.53%-
HSV(B)65.96º77.03%87.06%-
XYZ51.965.4613.03-
YUV197.4245.37133.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.89%
GREEN value IS 222 (87.11% from 255) = 46.44%
BLUE value IS 51 (20.31% from 255) = 10.67%
R=42.89%
G=46.44%
B=10.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205222510.0800.770.1365.9672.1553.53
HexCDDE33804DD424836
Octal315336631001151510211066
Binary1100110111011110110011100001001101110110000101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE33; }

 p { color: rgb(205,222,51); }

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

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

 a { background-color: rgb(205,222,51); }

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

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

 span { border-color: rgb(205,222,51); }

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