#3fbf16

Color #3FBF16 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #3FBF16

Tints of Kelly Green #3FBF16

Color information

#3FBF16 (or 0x3FBF16) is unknown color: approx Kelly Green. HEX triplet: 3F, BF and 16. RGB value is (63,191,22). Sum of RGB (Red+Green+Blue) = 63+191+22=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBF16 is #C040E9. Grayscale: #868686. Windows color (decimal): -12599530 or 1490751. OLE color: 1490751.

HSL color Cylindrical-coordinate representation of color #3FBF16: hue angle of 105.44º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FBF16 is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB6319122-
CMYK0.6700.880.25
HSL105.44º79.34%41.76%-
HSV(B)105.44º88.48%74.9%-
XYZ20.8338.387.07-
YUV133.4665.0977.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.83%
GREEN value IS 191 (75% from 255) = 69.20%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=22.83%
G=69.20%
B=7.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63191220.6700.880.25105.4479.3441.76
Hex3FBF164305819694f2a
Octal772772610301303115111752
Binary11111110111111101101000011010110001100111010011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fbf16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,191,22); }

 H1.HeaderClassName
 {
   color: #3fbf16;
 }
 .AnyTagClassName
 {
   color: #3fbf16;
 }
</style>
background-color css

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

 a { background-color: rgb(63,191,22); }

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

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

 span { border-color: rgb(63,191,22); }

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