#33C00A

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

Shades of Kelly Green #33C00A

Tints of Kelly Green #33C00A

Color information

#33C00A (or 0x33C00A) is unknown color: approx Kelly Green. HEX triplet: 33, C0 and 0A. RGB value is (51,192,10). Sum of RGB (Red+Green+Blue) = 51+192+10=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 192 (75.39% from 255 or 75.89% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 192 - color contains mainly: green. Hex color #33C00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33C00A is #CC3FF5. Grayscale: #818181. Windows color (decimal): -13385718 or 704563. OLE color: 704563.

HSL color Cylindrical-coordinate representation of color #33C00A: hue angle of 106.48º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33C00A is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB5119210-
CMYK0.7300.950.25
HSL106.48º90.1%39.61%-
HSV(B)106.48º94.79%75.29%-
XYZ20.2738.426.64-
YUV129.0960.7972.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 192 (75.39% from 255) = 75.89%
BLUE value IS 10 (4.30% from 255) = 3.95%
R=20.16%
G=75.89%
B=3.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51192100.7300.950.25106.4890.139.61
Hex33C0A4905F196a5a28
Octal633001211101373115213250
Binary1100111100000010101001001010111111100111010101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,192,10); }

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

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

 a { background-color: rgb(51,192,10); }

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

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

 span { border-color: rgb(51,192,10); }

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