#3DAD04

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

Shades of Kelly Green #3DAD04

Tints of Kelly Green #3DAD04

Color information

#3DAD04 (or 0x3DAD04) is unknown color: approx Kelly Green. HEX triplet: 3D, AD and 04. RGB value is (61,173,4). Sum of RGB (Red+Green+Blue) = 61+173+4=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 173 (67.97% from 255 or 72.69% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 173 - color contains mainly: green. Hex color #3DAD04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DAD04 is #C252FB. Grayscale: #787878. Windows color (decimal): -12735228 or 306493. OLE color: 306493.

HSL color Cylindrical-coordinate representation of color #3DAD04: hue angle of 99.76º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DAD04 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB611734-
CMYK0.6500.980.32
HSL99.76º95.48%34.71%-
HSV(B)99.76º97.69%67.84%-
XYZ16.8930.895.19-
YUV120.2562.3985.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 173 (67.97% from 255) = 72.69%
BLUE value IS 4 (1.95% from 255) = 1.68%
R=25.63%
G=72.69%
B=1.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6117340.6500.980.3299.7695.4834.71
Hex3DAD44106220645f23
Octal75255410101424014413743
Binary1111011010110110010000010110001010000011001001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,173,4); }

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

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

 a { background-color: rgb(61,173,4); }

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

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

 span { border-color: rgb(61,173,4); }

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