#3DBD16

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

Shades of Kelly Green #3DBD16

Tints of Kelly Green #3DBD16

Color information

#3DBD16 (or 0x3DBD16) is unknown color: approx Kelly Green. HEX triplet: 3D, BD and 16. RGB value is (61,189,22). Sum of RGB (Red+Green+Blue) = 61+189+22=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 189 (74.22% from 255 or 69.49% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBD16 is #C242E9. Grayscale: #848484. Windows color (decimal): -12731114 or 1490237. OLE color: 1490237.

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

Color convert

RGB6118922-
CMYK0.6800.880.26
HSL105.99º79.15%41.37%-
HSV(B)105.99º88.36%74.12%-
XYZ20.2737.456.92-
YUV131.6966.0977.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.43%
GREEN value IS 189 (74.22% from 255) = 69.49%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=22.43%
G=69.49%
B=8.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61189220.6800.880.26105.9979.1541.37
Hex3DBD16440581A6a4f29
Octal752752610401303215211751
Binary11110110111101101101000100010110001101011010101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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