#ccd728

Color #CCD728 Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #CCD728

Tints of Bitter Lemon #CCD728

Color information

#CCD728 (or 0xCCD728) is unknown color: approx Bitter Lemon. HEX triplet: CC, D7 and 28. RGB value is (204,215,40). Sum of RGB (Red+Green+Blue) = 204+215+40=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD728 is #3328D7. Grayscale: #C0C0C0. Windows color (decimal): -3352792 or 2676684. OLE color: 2676684.

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

Color convert

RGB20421540-
CMYK0.0500.810.16
HSL63.77º68.63%50%-
HSV(B)63.77º81.4%84.31%-
XYZ49.5961.5911.28-
YUV191.7642.36136.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 215 (84.38% from 255) = 46.84%
BLUE value IS 40 (16.02% from 255) = 8.71%
R=44.44%
G=46.84%
B=8.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204215400.0500.810.1663.7768.6350
HexCCD728505110404532
Octal31432750501212010010562
Binary1100110011010111101000101010100011000010000001000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccd728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccd728; }

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

 H1.HeaderClassName
 {
   color: #ccd728;
 }
 .AnyTagClassName
 {
   color: #ccd728;
 }
</style>
background-color css

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

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

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

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

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

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