#3DBD15

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

Shades of Kelly Green #3DBD15

Tints of Kelly Green #3DBD15

Color information

#3DBD15 (or 0x3DBD15) is unknown color: approx Kelly Green. HEX triplet: 3D, BD and 15. RGB value is (61,189,21). Sum of RGB (Red+Green+Blue) = 61+189+21=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 189 (74.22% from 255 or 69.74% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBD15 is #C242EA. Grayscale: #848484. Windows color (decimal): -12731115 or 1424701. OLE color: 1424701.

HSL color Cylindrical-coordinate representation of color #3DBD15: hue angle of 105.71º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DBD15 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB6118921-
CMYK0.6800.890.26
HSL105.71º80%41.18%-
HSV(B)105.71º88.89%74.12%-
XYZ20.2637.446.87-
YUV131.5865.5977.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.51%
GREEN value IS 189 (74.22% from 255) = 69.74%
BLUE value IS 21 (8.59% from 255) = 7.75%
R=22.51%
G=69.74%
B=7.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61189210.6800.890.26105.718041.18
Hex3DBD15440591A6a5029
Octal752752510401313215212051
Binary11110110111101101011000100010110011101011010101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBD15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,189,21); }

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

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

 a { background-color: rgb(61,189,21); }

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

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

 span { border-color: rgb(61,189,21); }

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