#CCD037

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

Shades of Bitter Lemon #CCD037

Tints of Bitter Lemon #CCD037

Color information

#CCD037 (or 0xCCD037) is unknown color: approx Bitter Lemon. HEX triplet: CC, D0 and 37. RGB value is (204,208,55). Sum of RGB (Red+Green+Blue) = 204+208+55=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD037 is #332FC8. Grayscale: #BDBDBD. Windows color (decimal): -3354569 or 3657932. OLE color: 3657932.

HSL color Cylindrical-coordinate representation of color #CCD037: hue angle of 61.57º 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 #CCD037 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB20420855-
CMYK0.0200.740.18
HSL61.57º61.94%51.57%-
HSV(B)61.57º73.56%81.57%-
XYZ48.1558.2212.32-
YUV189.3652.17138.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 55 (21.88% from 255) = 11.78%
R=43.68%
G=44.54%
B=11.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204208550.0200.740.1861.5761.9451.57
HexCCD037204A123e3e34
Octal314320672011222767664
Binary1100110011010000110111100100101010010111110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD037; }

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

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

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

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

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

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

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

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