#CCCD33

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

Shades of Bitter Lemon #CCCD33

Tints of Bitter Lemon #CCCD33

Color information

#CCCD33 (or 0xCCCD33) is unknown color: approx Bitter Lemon. HEX triplet: CC, CD and 33. RGB value is (204,205,51). Sum of RGB (Red+Green+Blue) = 204+205+51=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD33 is #3332CC. Grayscale: #BBBBBB. Windows color (decimal): -3355341 or 3395020. OLE color: 3395020.

HSL color Cylindrical-coordinate representation of color #CCCD33: hue angle of 60.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCCD33 is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB20420551-
CMYK0.0000.750.20
HSL60.39º60.63%50.2%-
HSV(B)60.39º75.12%80.39%-
XYZ47.3356.7411.59-
YUV187.1451.17140.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 205 (80.47% from 255) = 44.57%
BLUE value IS 51 (20.31% from 255) = 11.09%
R=44.35%
G=44.57%
B=11.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204205510.0000.750.2060.3960.6350.2
HexCCCD33004B143c3d32
Octal314315630011324747562
Binary110011001100110111001100100101110100111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD33; }

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

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

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

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

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

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

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

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