#3FA50E

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

Shades of Kelly Green #3FA50E

Tints of Kelly Green #3FA50E

Color information

#3FA50E (or 0x3FA50E) is unknown color: approx Kelly Green. HEX triplet: 3F, A5 and 0E. RGB value is (63,165,14). Sum of RGB (Red+Green+Blue) = 63+165+14=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 165 (64.84% from 255 or 68.18% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA50E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA50E is #C05AF1. Grayscale: #757575. Windows color (decimal): -12606194 or 959807. OLE color: 959807.

HSL color Cylindrical-coordinate representation of color #3FA50E: hue angle of 100.53º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FA50E is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB6316514-
CMYK0.6200.920.35
HSL100.53º84.36%35.1%-
HSV(B)100.53º91.52%64.71%-
XYZ15.58285-
YUV117.2969.7189.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 165 (64.84% from 255) = 68.18%
BLUE value IS 14 (5.86% from 255) = 5.79%
R=26.03%
G=68.18%
B=5.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal63165140.6200.920.35100.5384.3635.1
Hex3FA5E3E05C23655423
Octal77245167601344314512443
Binary1111111010010111101111100101110010001111001011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FA50E; }

 p { color: rgb(63,165,14); }

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

<style>
 a { background-color: #3FA50E; }

 a { background-color: rgb(63,165,14); }

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

<style>
 span { border-color: #3FA50E; }

 span { border-color: rgb(63,165,14); }

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