#CCD22C

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

Shades of Bitter Lemon #CCD22C

Tints of Bitter Lemon #CCD22C

Color information

#CCD22C (or 0xCCD22C) is unknown color: approx Bitter Lemon. HEX triplet: CC, D2 and 2C. RGB value is (204,210,44). Sum of RGB (Red+Green+Blue) = 204+210+44=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD22C is #332DD3. Grayscale: #BDBDBD. Windows color (decimal): -3354068 or 2937548. OLE color: 2937548.

HSL color Cylindrical-coordinate representation of color #CCD22C: hue angle of 62.17º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCD22C is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20421044-
CMYK0.0300.790.18
HSL62.17º65.35%49.8%-
HSV(B)62.17º79.05%82.35%-
XYZ48.459.1111.24-
YUV189.2846.01138.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 210 (82.42% from 255) = 45.85%
BLUE value IS 44 (17.58% from 255) = 9.61%
R=44.54%
G=45.85%
B=9.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204210440.0300.790.1862.1765.3549.8
HexCCD22C304F123e4132
Octal3143225430117227610162
Binary11001100110100101011001101001111100101111101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD22C; }

 p { color: rgb(204,210,44); }

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

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

 a { background-color: rgb(204,210,44); }

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

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

 span { border-color: rgb(204,210,44); }

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