Html Css Color HEX #3DA612 Kelly Green

📋 copy color: '#3DA612'

red 61 ◦ green 166 ◦ blue 18

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

Shades of Kelly Green #3DA612

Tints of Kelly Green #3DA612

RGB

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

 GREEN value IS 166 (65.23% from 255) = 67.76%

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

R = 24.9%
G = 67.76%
B = 7.35%

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

#3DA612 (or 0x3DA612) is known color: Kelly Green. HEX triplet: 3D, A6 and 12. RGB value is (61,166,18). Sum of RGB (Red+Green+Blue) = 61+166+18=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 166 (65.23% from 255 or 67.76% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA612 is #C259ED. Grayscale: #767676. Windows color (decimal): -12737006 or 1222205. OLE color: 1222205.

HSL color Cylindrical-coordinate representation of color #3DA612: hue angle of 102.57º 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 #3DA612 is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 61 166 18 -
CMYK 0.63 0 0.89 0.35
HSL 102.57º 0.8% 0.36% -
HSV(B) 102.57º 0.89% 0.65% -
XYZ 15.67 28.31 5.21 -
YUV 117.73 71.71 87.53 -
System Red Green Blue C M Y K H S L
Decimal 61 166 18 0.63 0 0.89 0.35 102.57 0.8 0.36
Hex 3D A6 12 3F 0 59 23 67 50 24
Octal 75 246 22 77 0 131 43 147 120 44
Binary 111101 10100110 10010 111111 0 1011001 100011 1100111 1010000 100100

Color Harmonies of #3DA612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA612

Black with #3DA612

Text Example


Text Example

White with #3DA612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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