#33CC00

Color #33CC00 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #33CC00

Tints of Kelly Green #33CC00

Color information

#33CC00 (or 0x33CC00) is unknown color: approx Kelly Green. HEX triplet: 33, CC and 00. RGB value is (51,204,0). Sum of RGB (Red+Green+Blue) = 51+204+0=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 204 (80.08% from 255 or 80% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC00 is a web safe color. Inversed color of #33CC00 is #CC33FF. Grayscale: #878787. Windows color (decimal): -13382656 or 52275. OLE color: 52275.

HSL color Cylindrical-coordinate representation of color #33CC00: hue angle of 105º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33CC00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB512040-
CMYK0.75010.2
HSL105º100%40%-
HSV(B)105º100%80%-
XYZ22.9643.897.26-
YUV13551.8168.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 204 (80.08% from 255) = 80%
BLUE value IS 0 (0.39% from 255) = 0%
R=20%
G=80%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal5120400.75010.210510040
Hex33CC04B06414696428
Octal63314011301442415114450
Binary1100111100110001001011011001001010011010011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33CC00; }

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

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

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

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

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

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

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

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