Html Css Color HEX #3DAD0C Kelly Green

📋 copy color: '#3DAD0C'

red 61 ◦ green 173 ◦ blue 12

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

Shades of Kelly Green #3DAD0C

Tints of Kelly Green #3DAD0C

RGB

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

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

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

R = 24.8%
G = 70.33%
B = 4.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#3DAD0C (or 0x3DAD0C) is known color: Kelly Green. HEX triplet: 3D, AD and 0C. RGB value is (61,173,12). Sum of RGB (Red+Green+Blue) = 61+173+12=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 173 (67.97% from 255 or 70.33% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 173 - color contains mainly: green. Hex color #3DAD0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DAD0C is #C252F3. Grayscale: #797979. Windows color (decimal): -12735220 or 830781. OLE color: 830781.

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

Color convert

RGB 61 173 12 -
CMYK 0.65 0 0.93 0.32
HSL 101.74º 0.87% 0.36% -
HSV(B) 101.74º 0.93% 0.68% -
XYZ 16.93 30.91 5.42 -
YUV 121.16 66.39 85.09 -
System Red Green Blue C M Y K H S L
Decimal 61 173 12 0.65 0 0.93 0.32 101.74 0.87 0.36
Hex 3D AD C 41 0 5D 20 66 57 24
Octal 75 255 14 101 0 135 40 146 127 44
Binary 111101 10101101 1100 1000001 0 1011101 100000 1100110 1010111 100100

Color Harmonies of #3DAD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAD0C

Black with #3DAD0C

Text Example


Text Example

White with #3DAD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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