#3DA514

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

Shades of Kelly Green #3DA514

Tints of Kelly Green #3DA514

Color information

#3DA514 (or 0x3DA514) is unknown color: approx Kelly Green. HEX triplet: 3D, A5 and 14. RGB value is (61,165,20). Sum of RGB (Red+Green+Blue) = 61+165+20=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 165 (64.84% from 255 or 67.07% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA514 is #C25AEB. Grayscale: #757575. Windows color (decimal): -12737260 or 1353021. OLE color: 1353021.

HSL color Cylindrical-coordinate representation of color #3DA514: hue angle of 103.03º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DA514 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB6116520-
CMYK0.6300.880.35
HSL103.03º78.38%36.27%-
HSV(B)103.03º87.88%64.71%-
XYZ15.5127.955.24-
YUV117.3773.0487.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 165 (64.84% from 255) = 67.07%
BLUE value IS 20 (8.20% from 255) = 8.13%
R=24.80%
G=67.07%
B=8.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61165200.6300.880.35103.0378.3836.27
Hex3DA5143F05823674e24
Octal75245247701304314711644
Binary11110110100101101001111110101100010001111001111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,165,20); }

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

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

 a { background-color: rgb(61,165,20); }

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

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

 span { border-color: rgb(61,165,20); }

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