#39CD0E

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

Shades of Kelly Green #39CD0E

Tints of Kelly Green #39CD0E

Color information

#39CD0E (or 0x39CD0E) is unknown color: approx Kelly Green. HEX triplet: 39, CD and 0E. RGB value is (57,205,14). Sum of RGB (Red+Green+Blue) = 57+205+14=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 205 (80.47% from 255 or 74.28% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 205 - color contains mainly: green. Hex color #39CD0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39CD0E is #C632F1. Grayscale: #8B8B8B. Windows color (decimal): -12989170 or 970041. OLE color: 970041.

HSL color Cylindrical-coordinate representation of color #39CD0E: hue angle of 106.49º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #39CD0E is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB5720514-
CMYK0.7200.930.20
HSL106.49º87.21%42.94%-
HSV(B)106.49º93.17%80.39%-
XYZ23.644.567.77-
YUV138.9757.4769.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 205 (80.47% from 255) = 74.28%
BLUE value IS 14 (5.86% from 255) = 5.07%
R=20.65%
G=74.28%
B=5.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal57205140.7200.930.20106.4987.2142.94
Hex39CDE4805D146a572b
Octal713151611001352415212753
Binary1110011100110111101001000010111011010011010101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,205,14); }

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

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

 a { background-color: rgb(57,205,14); }

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

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

 span { border-color: rgb(57,205,14); }

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