#CDD037

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

Shades of Bitter Lemon #CDD037

Tints of Bitter Lemon #CDD037

Color information

#CDD037 (or 0xCDD037) is unknown color: approx Bitter Lemon. HEX triplet: CD, D0 and 37. RGB value is (205,208,55). Sum of RGB (Red+Green+Blue) = 205+208+55=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD037 is #322FC8. Grayscale: #BEBEBE. Windows color (decimal): -3289033 or 3657933. OLE color: 3657933.

HSL color Cylindrical-coordinate representation of color #CDD037: hue angle of 61.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDD037 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB20520855-
CMYK0.0100.740.18
HSL61.18º61.94%51.57%-
HSV(B)61.18º73.56%81.57%-
XYZ48.4258.3712.33-
YUV189.6652.01138.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 208 (81.64% from 255) = 44.44%
BLUE value IS 55 (21.88% from 255) = 11.75%
R=43.80%
G=44.44%
B=11.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205208550.0100.740.1861.1861.9451.57
HexCDD037104A123d3e34
Octal315320671011222757664
Binary110011011101000011011110100101010010111101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD037; }

 p { color: rgb(205,208,55); }

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

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

 a { background-color: rgb(205,208,55); }

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

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

 span { border-color: rgb(205,208,55); }

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