#CCD533

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

Shades of Bitter Lemon #CCD533

Tints of Bitter Lemon #CCD533

Color information

#CCD533 (or 0xCCD533) is unknown color: approx Bitter Lemon. HEX triplet: CC, D5 and 33. RGB value is (204,213,51). Sum of RGB (Red+Green+Blue) = 204+213+51=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 51 (20.31% from 255 or 10.90% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD533 is #332ACC. Grayscale: #C0C0C0. Windows color (decimal): -3353293 or 3397068. OLE color: 3397068.

HSL color Cylindrical-coordinate representation of color #CCD533: hue angle of 63.33º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCD533 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB20421351-
CMYK0.0400.760.16
HSL63.33º65.85%51.76%-
HSV(B)63.33º76.06%83.53%-
XYZ49.2960.6612.24-
YUV191.8448.52136.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 213 (83.59% from 255) = 45.51%
BLUE value IS 51 (20.31% from 255) = 10.90%
R=43.59%
G=45.51%
B=10.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204213510.0400.760.1663.3365.8551.76
HexCCD533404C103f4234
Octal3143256340114207710264
Binary110011001101010111001110001001100100001111111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD533; }

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

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

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

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

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

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

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

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