#CDD232

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

Shades of Bitter Lemon #CDD232

Tints of Bitter Lemon #CDD232

Color information

#CDD232 (or 0xCDD232) is unknown color: approx Bitter Lemon. HEX triplet: CD, D2 and 32. RGB value is (205,210,50). Sum of RGB (Red+Green+Blue) = 205+210+50=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD232 is #322DCD. Grayscale: #BEBEBE. Windows color (decimal): -3288526 or 3330765. OLE color: 3330765.

HSL color Cylindrical-coordinate representation of color #CDD232: hue angle of 61.88º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDD232 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB20521050-
CMYK0.0200.760.18
HSL61.88º64%50.98%-
HSV(B)61.88º76.19%82.35%-
XYZ48.859.311.89-
YUV190.2648.84138.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 210 (82.42% from 255) = 45.16%
BLUE value IS 50 (19.92% from 255) = 10.75%
R=44.09%
G=45.16%
B=10.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205210500.0200.760.1861.886450.98
HexCDD232204C123e4033
Octal3153226220114227610063
Binary11001101110100101100101001001100100101111101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD232; }

 p { color: rgb(205,210,50); }

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

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

 a { background-color: rgb(205,210,50); }

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

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

 span { border-color: rgb(205,210,50); }

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