Html Css Color HEX #3DAD10 Kelly Green

📋 copy color: '#3DAD10'

red 61 ◦ green 173 ◦ blue 16

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

Shades of Kelly Green #3DAD10

Tints of Kelly Green #3DAD10

RGB

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

 GREEN value IS 173 (67.97% from 255) = 69.2%

 BLUE value IS 16 (6.64% from 255) = 6.4%

R = 24.4%
G = 69.2%
B = 6.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#3DAD10 (or 0x3DAD10) is known color: Kelly Green. HEX triplet: 3D, AD and 10. RGB value is (61,173,16). Sum of RGB (Red+Green+Blue) = 61+173+16=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 173 (67.97% from 255 or 69.2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 173 - color contains mainly: green. Hex color #3DAD10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DAD10 is #C252EF. Grayscale: #7A7A7A. Windows color (decimal): -12735216 or 1092925. OLE color: 1092925.

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

Color convert

RGB 61 173 16 -
CMYK 0.65 0 0.91 0.32
HSL 102.8º 0.83% 0.37% -
HSV(B) 102.8º 0.91% 0.68% -
XYZ 16.96 30.92 5.56 -
YUV 121.61 68.39 84.77 -
System Red Green Blue C M Y K H S L
Decimal 61 173 16 0.65 0 0.91 0.32 102.8 0.83 0.37
Hex 3D AD 10 41 0 5B 20 67 53 25
Octal 75 255 20 101 0 133 40 147 123 45
Binary 111101 10101101 10000 1000001 0 1011011 100000 1100111 1010011 100101

Color Harmonies of #3DAD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAD10

Black with #3DAD10

Text Example


Text Example

White with #3DAD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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