Html Css Color HEX #CCD72A Bitter Lemon

📋 copy color: '#CCD72A'

red 204 ◦ green 215 ◦ blue 42

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

Shades of Bitter Lemon #CCD72A

Tints of Bitter Lemon #CCD72A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.64%

 BLUE value IS 42 (16.8% from 255) = 9.11%

R = 44.25%
G = 46.64%
B = 9.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#CCD72A (or 0xCCD72A) is known color: Bitter Lemon. HEX triplet: CC, D7 and 2A. RGB value is (204,215,42). Sum of RGB (Red+Green+Blue) = 204+215+42=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD72A is #3328D5. Grayscale: #C0C0C0. Windows color (decimal): -3352790 or 2807756. OLE color: 2807756.

HSL color Cylindrical-coordinate representation of color #CCD72A: hue angle of 63.82º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCD72A is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 42 -
CMYK 0.05 0 0.80 0.16
HSL 63.82º 0.68% 0.5% -
HSV(B) 63.82º 0.8% 0.84% -
XYZ 49.62 61.61 11.47 -
YUV 191.99 43.36 136.57 -
System Red Green Blue C M Y K H S L
Decimal 204 215 42 0.05 0 0.80 0.16 63.82 0.68 0.5
Hex CC D7 2A 5 0 50 10 40 44 32
Octal 314 327 52 5 0 120 20 100 104 62
Binary 11001100 11010111 101010 101 0 1010000 10000 1000000 1000100 110010

Color Harmonies of #CCD72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD72A

Black with #CCD72A

Text Example


Text Example

White with #CCD72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD72A; }

 p { color: rgb(204,215,42); }

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

background-color css

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

 a { background-color: rgb(204,215,42); }

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

border-color css

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

 span { border-color: rgb(204,215,42); }

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