Html Css Color HEX #CCD22C Bitter Lemon

📋 copy color: '#CCD22C'

red 204 ◦ green 210 ◦ blue 44

#CCD22C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #CCD22C

Tints of Bitter Lemon #CCD22C

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 value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#CCD22C (or 0xCCD22C) is known color: 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

RGB 204 210 44 -
CMYK 0.03 0 0.79 0.18
HSL 62.17º 0.65% 0.5% -
HSV(B) 62.17º 0.79% 0.82% -
XYZ 48.4 59.11 11.24 -
YUV 189.28 46.01 138.5 -
System Red Green Blue C M Y K H S L
Decimal 204 210 44 0.03 0 0.79 0.18 62.17 0.65 0.5
Hex CC D2 2C 3 0 4F 12 3E 41 32
Octal 314 322 54 3 0 117 22 76 101 62
Binary 11001100 11010010 101100 11 0 1001111 10010 111110 1000001 110010

Color Harmonies of #CCD22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD22C

Black with #CCD22C

Text Example


Text Example

White with #CCD22C

Text Example


Text Example

HTML Codes & Css Web 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>