#39C70C

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

Shades of Kelly Green #39C70C

Tints of Kelly Green #39C70C

Color information

#39C70C (or 0x39C70C) is unknown color: approx Kelly Green. HEX triplet: 39, C7 and 0C. RGB value is (57,199,12). Sum of RGB (Red+Green+Blue) = 57+199+12=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 199 (78.12% from 255 or 74.25% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 199 - color contains mainly: green. Hex color #39C70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39C70C is #C638F3. Grayscale: #878787. Windows color (decimal): -12990708 or 837433. OLE color: 837433.

HSL color Cylindrical-coordinate representation of color #39C70C: hue angle of 105.56º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39C70C is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB5719912-
CMYK0.7100.940.22
HSL105.56º88.63%41.37%-
HSV(B)105.56º93.97%78.04%-
XYZ22.1841.747.24-
YUV135.2258.4672.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 199 (78.12% from 255) = 74.25%
BLUE value IS 12 (5.08% from 255) = 4.48%
R=21.27%
G=74.25%
B=4.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal57199120.7100.940.22105.5688.6341.37
Hex39C7C4705E166a5929
Octal713071410701362615213151
Binary1110011100011111001000111010111101011011010101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39C70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39C70C; }

 p { color: rgb(57,199,12); }

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

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

 a { background-color: rgb(57,199,12); }

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

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

 span { border-color: rgb(57,199,12); }

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