Html Css Color HEX #3FA50C Kelly Green

📋 copy color: '#3FA50C'

red 63 ◦ green 165 ◦ blue 12

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

Shades of Kelly Green #3FA50C

Tints of Kelly Green #3FA50C

RGB

 RED value IS 63 (25% from 255) = 26.25%

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

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

R = 26.25%
G = 68.75%
B = 5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#3FA50C (or 0x3FA50C) is known color: Kelly Green. HEX triplet: 3F, A5 and 0C. RGB value is (63,165,12). Sum of RGB (Red+Green+Blue) = 63+165+12=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 165 (64.84% from 255 or 68.75% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA50C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA50C is #C05AF3. Grayscale: #757575. Windows color (decimal): -12606196 or 828735. OLE color: 828735.

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

Color convert

RGB 63 165 12 -
CMYK 0.62 0 0.93 0.35
HSL 100º 0.86% 0.35% -
HSV(B) 100º 0.93% 0.65% -
XYZ 15.57 27.99 4.93 -
YUV 117.06 68.71 89.44 -
System Red Green Blue C M Y K H S L
Decimal 63 165 12 0.62 0 0.93 0.35 100 0.86 0.35
Hex 3F A5 C 3E 0 5D 23 64 56 23
Octal 77 245 14 76 0 135 43 144 126 43
Binary 111111 10100101 1100 111110 0 1011101 100011 1100100 1010110 100011

Color Harmonies of #3FA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA50C

Black with #3FA50C

Text Example


Text Example

White with #3FA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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