Html Css Color HEX #3DA005 Kelly Green

📋 copy color: '#3DA005'

red 61 ◦ green 160 ◦ blue 5

#3DA005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #3DA005

Tints of Kelly Green #3DA005

RGB

 RED value IS 61 (24.22% from 255) = 26.99%

 GREEN value IS 160 (62.89% from 255) = 70.8%

 BLUE value IS 5 (2.34% from 255) = 2.21%

R = 26.99%
G = 70.8%
B = 2.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#3DA005 (or 0x3DA005) is known color: Kelly Green. HEX triplet: 3D, A0 and 05. RGB value is (61,160,5). Sum of RGB (Red+Green+Blue) = 61+160+5=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 160 (62.89% from 255 or 70.80% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA005 is #C25FFA. Grayscale: #717171. Windows color (decimal): -12738555 or 368701. OLE color: 368701.

HSL color Cylindrical-coordinate representation of color #3DA005: hue angle of 98.32º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DA005 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 61 160 5 -
CMYK 0.62 0 0.97 0.37
HSL 98.32º 0.94% 0.32% -
HSV(B) 98.32º 0.97% 0.63% -
XYZ 14.52 26.14 4.42 -
YUV 112.73 67.2 91.1 -
System Red Green Blue C M Y K H S L
Decimal 61 160 5 0.62 0 0.97 0.37 98.32 0.94 0.32
Hex 3D A0 5 3E 0 61 25 62 5E 20
Octal 75 240 5 76 0 141 45 142 136 40
Binary 111101 10100000 101 111110 0 1100001 100101 1100010 1011110 100000

Color Harmonies of #3DA005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA005

Black with #3DA005

Text Example


Text Example

White with #3DA005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,160,5); }

 H1.HeaderClassName
 {
   color: #3DA005;
 }
 .AnyTagClassName
 {
   color: #3DA005;
 }
</style>

background-color css

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

 a { background-color: rgb(61,160,5); }

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

border-color css

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

 span { border-color: rgb(61,160,5); }

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