Html Css Color HEX #3DA008 Kelly Green

📋 copy color: '#3DA008'

red 61 ◦ green 160 ◦ blue 8

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

Shades of Kelly Green #3DA008

Tints of Kelly Green #3DA008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.49%

R = 26.64%
G = 69.87%
B = 3.49%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#3DA008 (or 0x3DA008) is known color: Kelly Green. HEX triplet: 3D, A0 and 08. RGB value is (61,160,8). Sum of RGB (Red+Green+Blue) = 61+160+8=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 160 (62.89% from 255 or 69.87% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA008 is #C25FF7. Grayscale: #717171. Windows color (decimal): -12738552 or 565309. OLE color: 565309.

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

Color convert

RGB 61 160 8 -
CMYK 0.62 0 0.95 0.37
HSL 99.08º 0.9% 0.33% -
HSV(B) 99.08º 0.95% 0.63% -
XYZ 14.54 26.15 4.51 -
YUV 113.07 68.7 90.86 -
System Red Green Blue C M Y K H S L
Decimal 61 160 8 0.62 0 0.95 0.37 99.08 0.9 0.33
Hex 3D A0 8 3E 0 5F 25 63 5A 21
Octal 75 240 10 76 0 137 45 143 132 41
Binary 111101 10100000 1000 111110 0 1011111 100101 1100011 1011010 100001

Color Harmonies of #3DA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA008

Black with #3DA008

Text Example


Text Example

White with #3DA008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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