Html Css Color HEX #3DA50D Kelly Green

📋 copy color: '#3DA50D'

red 61 ◦ green 165 ◦ blue 13

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

Shades of Kelly Green #3DA50D

Tints of Kelly Green #3DA50D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 69.04%

 BLUE value IS 13 (5.47% from 255) = 5.44%

R = 25.52%
G = 69.04%
B = 5.44%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#3DA50D (or 0x3DA50D) is known color: Kelly Green. HEX triplet: 3D, A5 and 0D. RGB value is (61,165,13). Sum of RGB (Red+Green+Blue) = 61+165+13=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 165 (64.84% from 255 or 69.04% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA50D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA50D is #C25AF2. Grayscale: #757575. Windows color (decimal): -12737267 or 894269. OLE color: 894269.

HSL color Cylindrical-coordinate representation of color #3DA50D: hue angle of 101.05º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DA50D is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 61 165 13 -
CMYK 0.63 0 0.92 0.35
HSL 101.05º 0.85% 0.35% -
HSV(B) 101.05º 0.92% 0.65% -
XYZ 15.45 27.93 4.96 -
YUV 116.58 69.54 88.36 -
System Red Green Blue C M Y K H S L
Decimal 61 165 13 0.63 0 0.92 0.35 101.05 0.85 0.35
Hex 3D A5 D 3F 0 5C 23 65 55 23
Octal 75 245 15 77 0 134 43 145 125 43
Binary 111101 10100101 1101 111111 0 1011100 100011 1100101 1010101 100011

Color Harmonies of #3DA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA50D

Black with #3DA50D

Text Example


Text Example

White with #3DA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,165,13); }

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

background-color css

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

 a { background-color: rgb(61,165,13); }

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

border-color css

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

 span { border-color: rgb(61,165,13); }

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