Html Css Color HEX #CCD22D Bitter Lemon

📋 copy color: '#CCD22D'

red 204 ◦ green 210 ◦ blue 45

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

Shades of Bitter Lemon #CCD22D

Tints of Bitter Lemon #CCD22D

RGB

 RED value IS 204 (80.08% from 255) = 44.44%

 GREEN value IS 210 (82.42% from 255) = 45.75%

 BLUE value IS 45 (17.97% from 255) = 9.8%

R = 44.44%
G = 45.75%
B = 9.8%

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

#CCD22D (or 0xCCD22D) is known color: Bitter Lemon. HEX triplet: CC, D2 and 2D. RGB value is (204,210,45). Sum of RGB (Red+Green+Blue) = 204+210+45=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD22D is #332DD2. Grayscale: #BEBEBE. Windows color (decimal): -3354067 or 3003084. OLE color: 3003084.

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

Color convert

RGB 204 210 45 -
CMYK 0.03 0 0.79 0.18
HSL 62.18º 0.65% 0.5% -
HSV(B) 62.18º 0.79% 0.82% -
XYZ 48.42 59.12 11.34 -
YUV 189.4 46.51 138.42 -
System Red Green Blue C M Y K H S L
Decimal 204 210 45 0.03 0 0.79 0.18 62.18 0.65 0.5
Hex CC D2 2D 3 0 4F 12 3E 41 32
Octal 314 322 55 3 0 117 22 76 101 62
Binary 11001100 11010010 101101 11 0 1001111 10010 111110 1000001 110010

Color Harmonies of #CCD22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD22D

Black with #CCD22D

Text Example


Text Example

White with #CCD22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD22D; }

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

 H1.HeaderClassName
 {
   color: #CCD22D;
 }
 .AnyTagClassName
 {
   color: #CCD22D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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