#39D014

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

Shades of Kelly Green #39D014

Tints of Kelly Green #39D014

Color information

#39D014 (or 0x39D014) is unknown color: approx Kelly Green. HEX triplet: 39, D0 and 14. RGB value is (57,208,20). Sum of RGB (Red+Green+Blue) = 57+208+20=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 208 (81.64% from 255 or 72.98% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 208 - color contains mainly: green. Hex color #39D014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39D014 is #C62FEB. Grayscale: #8E8E8E. Windows color (decimal): -12988396 or 1364025. OLE color: 1364025.

HSL color Cylindrical-coordinate representation of color #39D014: hue angle of 108.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39D014 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB5720820-
CMYK0.7300.900.18
HSL108.19º82.46%44.71%-
HSV(B)108.19º90.38%81.57%-
XYZ24.3746.038.26-
YUV141.4259.4767.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 208 (81.64% from 255) = 72.98%
BLUE value IS 20 (8.20% from 255) = 7.02%
R=20%
G=72.98%
B=7.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal57208200.7300.900.18108.1982.4644.71
Hex39D0144905A126c522d
Octal713202411101322215412255
Binary11100111010000101001001001010110101001011011001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,208,20); }

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

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

 a { background-color: rgb(57,208,20); }

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

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

 span { border-color: rgb(57,208,20); }

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