#3DD507

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

Shades of Kelly Green #3DD507

Tints of Kelly Green #3DD507

Color information

#3DD507 (or 0x3DD507) is unknown color: approx Kelly Green. HEX triplet: 3D, D5 and 07. RGB value is (61,213,7). Sum of RGB (Red+Green+Blue) = 61+213+7=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 213 (83.59% from 255 or 75.80% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD507 is #C22AF8. Grayscale: #909090. Windows color (decimal): -12724985 or 513341. OLE color: 513341.

HSL color Cylindrical-coordinate representation of color #3DD507: hue angle of 104.27º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DD507 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB612137-
CMYK0.7100.970.16
HSL104.27º93.64%43.14%-
HSV(B)104.27º96.71%83.53%-
XYZ25.7648.68.22-
YUV144.0750.6468.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.71%
GREEN value IS 213 (83.59% from 255) = 75.80%
BLUE value IS 7 (3.12% from 255) = 2.49%
R=21.71%
G=75.80%
B=2.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal6121370.7100.970.16104.2793.6443.14
Hex3DD574706110685e2b
Octal75325710701412015013653
Binary111101110101011111000111011000011000011010001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,213,7); }

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

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

 a { background-color: rgb(61,213,7); }

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

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

 span { border-color: rgb(61,213,7); }

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