Html Css Color HEX #3DA50C Kelly Green

📋 copy color: '#3DA50C'

red 61 ◦ green 165 ◦ blue 12

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

Shades of Kelly Green #3DA50C

Tints of Kelly Green #3DA50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.04%

R = 25.63%
G = 69.33%
B = 5.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#3DA50C (or 0x3DA50C) is known color: Kelly Green. HEX triplet: 3D, A5 and 0C. RGB value is (61,165,12). Sum of RGB (Red+Green+Blue) = 61+165+12=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 165 (64.84% from 255 or 69.33% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA50C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA50C is #C25AF3. Grayscale: #747474. Windows color (decimal): -12737268 or 828733. OLE color: 828733.

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

Color convert

RGB 61 165 12 -
CMYK 0.63 0 0.93 0.35
HSL 100.78º 0.86% 0.35% -
HSV(B) 100.78º 0.93% 0.65% -
XYZ 15.45 27.93 4.92 -
YUV 116.46 69.04 88.44 -
System Red Green Blue C M Y K H S L
Decimal 61 165 12 0.63 0 0.93 0.35 100.78 0.86 0.35
Hex 3D A5 C 3F 0 5D 23 65 56 23
Octal 75 245 14 77 0 135 43 145 126 43
Binary 111101 10100101 1100 111111 0 1011101 100011 1100101 1010110 100011

Color Harmonies of #3DA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA50C

Black with #3DA50C

Text Example


Text Example

White with #3DA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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