Html Css Color HEX #3DA512 Kelly Green

📋 copy color: '#3DA512'

red 61 ◦ green 165 ◦ blue 18

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

Shades of Kelly Green #3DA512

Tints of Kelly Green #3DA512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 25%
G = 67.62%
B = 7.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#3DA512 (or 0x3DA512) is known color: Kelly Green. HEX triplet: 3D, A5 and 12. RGB value is (61,165,18). Sum of RGB (Red+Green+Blue) = 61+165+18=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 165 (64.84% from 255 or 67.62% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA512 is #C25AED. Grayscale: #757575. Windows color (decimal): -12737262 or 1221949. OLE color: 1221949.

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

Color convert

RGB 61 165 18 -
CMYK 0.63 0 0.89 0.35
HSL 102.45º 0.8% 0.36% -
HSV(B) 102.45º 0.89% 0.65% -
XYZ 15.49 27.95 5.15 -
YUV 117.15 72.04 87.95 -
System Red Green Blue C M Y K H S L
Decimal 61 165 18 0.63 0 0.89 0.35 102.45 0.8 0.36
Hex 3D A5 12 3F 0 59 23 66 50 24
Octal 75 245 22 77 0 131 43 146 120 44
Binary 111101 10100101 10010 111111 0 1011001 100011 1100110 1010000 100100

Color Harmonies of #3DA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA512

Black with #3DA512

Text Example


Text Example

White with #3DA512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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