Html Css Color HEX #3FAF07 Kelly Green

📋 copy color: '#3FAF07'

red 63 ◦ green 175 ◦ blue 7

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

Shades of Kelly Green #3FAF07

Tints of Kelly Green #3FAF07

RGB

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

 GREEN value IS 175 (68.75% from 255) = 71.43%

 BLUE value IS 7 (3.13% from 255) = 2.86%

R = 25.71%
G = 71.43%
B = 2.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#3FAF07 (or 0x3FAF07) is known color: Kelly Green. HEX triplet: 3F, AF and 07. RGB value is (63,175,7). Sum of RGB (Red+Green+Blue) = 63+175+7=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 175 (68.75% from 255 or 71.43% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAF07 is #C050F8. Grayscale: #7A7A7A. Windows color (decimal): -12603641 or 503615. OLE color: 503615.

HSL color Cylindrical-coordinate representation of color #3FAF07: hue angle of 100º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FAF07 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 175 7 -
CMYK 0.64 0 0.96 0.31
HSL 100º 0.92% 0.36% -
HSV(B) 100º 0.96% 0.69% -
XYZ 17.42 31.73 5.41 -
YUV 122.36 62.89 85.66 -
System Red Green Blue C M Y K H S L
Decimal 63 175 7 0.64 0 0.96 0.31 100 0.92 0.36
Hex 3F AF 7 40 0 60 1F 64 5C 24
Octal 77 257 7 100 0 140 37 144 134 44
Binary 111111 10101111 111 1000000 0 1100000 11111 1100100 1011100 100100

Color Harmonies of #3FAF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAF07

Black with #3FAF07

Text Example


Text Example

White with #3FAF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,175,7); }

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

background-color css

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

 a { background-color: rgb(63,175,7); }

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

border-color css

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

 span { border-color: rgb(63,175,7); }

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