#3FBF0A

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

Shades of Kelly Green #3FBF0A

Tints of Kelly Green #3FBF0A

Color information

#3FBF0A (or 0x3FBF0A) is unknown color: approx Kelly Green. HEX triplet: 3F, BF and 0A. RGB value is (63,191,10). Sum of RGB (Red+Green+Blue) = 63+191+10=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 191 (75% from 255 or 72.35% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBF0A is #C040F5. Grayscale: #848484. Windows color (decimal): -12599542 or 704319. OLE color: 704319.

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

Color convert

RGB6319110-
CMYK0.6700.950.25
HSL102.43º90.05%39.41%-
HSV(B)102.43º94.76%74.9%-
XYZ20.7438.346.59-
YUV132.0959.0978.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.86%
GREEN value IS 191 (75% from 255) = 72.35%
BLUE value IS 10 (4.30% from 255) = 3.79%
R=23.86%
G=72.35%
B=3.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63191100.6700.950.25102.4390.0539.41
Hex3FBFA4305F19665a27
Octal772771210301373114613247
Binary1111111011111110101000011010111111100111001101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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