#CCD133

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

Shades of Bitter Lemon #CCD133

Tints of Bitter Lemon #CCD133

Color information

#CCD133 (or 0xCCD133) is unknown color: approx Bitter Lemon. HEX triplet: CC, D1 and 33. RGB value is (204,209,51). Sum of RGB (Red+Green+Blue) = 204+209+51=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 51 (20.31% from 255 or 10.99% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD133 is #332ECC. Grayscale: #BEBEBE. Windows color (decimal): -3354317 or 3396044. OLE color: 3396044.

HSL color Cylindrical-coordinate representation of color #CCD133: hue angle of 61.9º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCD133 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB20420951-
CMYK0.0200.760.18
HSL61.9º63.2%50.98%-
HSV(B)61.9º75.6%81.96%-
XYZ48.358.6811.91-
YUV189.4949.84138.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 209 (82.03% from 255) = 45.04%
BLUE value IS 51 (20.31% from 255) = 10.99%
R=43.97%
G=45.04%
B=10.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204209510.0200.760.1861.963.250.98
HexCCD133204C123e3f33
Octal314321632011422767763
Binary1100110011010001110011100100110010010111110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD133; }

 p { color: rgb(204,209,51); }

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

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

 a { background-color: rgb(204,209,51); }

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

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

 span { border-color: rgb(204,209,51); }

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