Html Css Color HEX #CCD72D Bitter Lemon

📋 copy color: '#CCD72D'

red 204 ◦ green 215 ◦ blue 45

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

Shades of Bitter Lemon #CCD72D

Tints of Bitter Lemon #CCD72D

RGB

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

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

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

R = 43.97%
G = 46.34%
B = 9.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#CCD72D (or 0xCCD72D) is known color: Bitter Lemon. HEX triplet: CC, D7 and 2D. RGB value is (204,215,45). Sum of RGB (Red+Green+Blue) = 204+215+45=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD72D is #3328D2. Grayscale: #C0C0C0. Windows color (decimal): -3352787 or 3004364. OLE color: 3004364.

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

Color convert

RGB 204 215 45 -
CMYK 0.05 0 0.79 0.16
HSL 63.88º 0.68% 0.51% -
HSV(B) 63.88º 0.79% 0.84% -
XYZ 49.68 61.63 11.76 -
YUV 192.33 44.86 136.32 -
System Red Green Blue C M Y K H S L
Decimal 204 215 45 0.05 0 0.79 0.16 63.88 0.68 0.51
Hex CC D7 2D 5 0 4F 10 40 44 33
Octal 314 327 55 5 0 117 20 100 104 63
Binary 11001100 11010111 101101 101 0 1001111 10000 1000000 1000100 110011

Color Harmonies of #CCD72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD72D

Black with #CCD72D

Text Example


Text Example

White with #CCD72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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