Html Css Color HEX #3FA005 Kelly Green

📋 copy color: '#3FA005'

red 63 ◦ green 160 ◦ blue 5

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

Shades of Kelly Green #3FA005

Tints of Kelly Green #3FA005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 70.18%

 BLUE value IS 5 (2.34% from 255) = 2.19%

R = 27.63%
G = 70.18%
B = 2.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#3FA005 (or 0x3FA005) is known color: Kelly Green. HEX triplet: 3F, A0 and 05. RGB value is (63,160,5). Sum of RGB (Red+Green+Blue) = 63+160+5=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 160 (62.89% from 255 or 70.18% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA005 is #C05FFA. Grayscale: #717171. Windows color (decimal): -12607483 or 368703. OLE color: 368703.

HSL color Cylindrical-coordinate representation of color #3FA005: hue angle of 97.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FA005 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 63 160 5 -
CMYK 0.61 0 0.97 0.37
HSL 97.55º 0.94% 0.32% -
HSV(B) 97.55º 0.97% 0.63% -
XYZ 14.65 26.21 4.43 -
YUV 113.33 66.86 92.1 -
System Red Green Blue C M Y K H S L
Decimal 63 160 5 0.61 0 0.97 0.37 97.55 0.94 0.32
Hex 3F A0 5 3D 0 61 25 62 5E 20
Octal 77 240 5 75 0 141 45 142 136 40
Binary 111111 10100000 101 111101 0 1100001 100101 1100010 1011110 100000

Color Harmonies of #3FA005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA005

Black with #3FA005

Text Example


Text Example

White with #3FA005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,160,5); }

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

background-color css

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

 a { background-color: rgb(63,160,5); }

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

border-color css

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

 span { border-color: rgb(63,160,5); }

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