Html Css Color HEX #CCD22F Bitter Lemon

📋 copy color: '#CCD22F'

red 204 ◦ green 210 ◦ blue 47

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

Shades of Bitter Lemon #CCD22F

Tints of Bitter Lemon #CCD22F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.2%

R = 44.25%
G = 45.55%
B = 10.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#CCD22F (or 0xCCD22F) is known color: Bitter Lemon. HEX triplet: CC, D2 and 2F. RGB value is (204,210,47). Sum of RGB (Red+Green+Blue) = 204+210+47=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD22F is #332DD0. Grayscale: #BEBEBE. Windows color (decimal): -3354065 or 3134156. OLE color: 3134156.

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

Color convert

RGB 204 210 47 -
CMYK 0.03 0 0.78 0.18
HSL 62.21º 0.64% 0.5% -
HSV(B) 62.21º 0.78% 0.82% -
XYZ 48.46 59.14 11.55 -
YUV 189.62 47.51 138.25 -
System Red Green Blue C M Y K H S L
Decimal 204 210 47 0.03 0 0.78 0.18 62.21 0.64 0.5
Hex CC D2 2F 3 0 4E 12 3E 40 32
Octal 314 322 57 3 0 116 22 76 100 62
Binary 11001100 11010010 101111 11 0 1001110 10010 111110 1000000 110010

Color Harmonies of #CCD22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD22F

Black with #CCD22F

Text Example


Text Example

White with #CCD22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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