#1FBF5F

Color #1FBF5F Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #1FBF5F

Tints of Medium Sea Green #1FBF5F

Color information

#1FBF5F (or 0x1FBF5F) is unknown color: approx Medium Sea Green. HEX triplet: 1F, BF and 5F. RGB value is (31,191,95). Sum of RGB (Red+Green+Blue) = 31+191+95=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBF5F is #E040A0. Grayscale: #848484. Windows color (decimal): -14696609 or 6274847. OLE color: 6274847.

HSL color Cylindrical-coordinate representation of color #1FBF5F: hue angle of 144º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBF5F is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB3119195-
CMYK0.8400.500.25
HSL144º72.07%43.53%-
HSV(B)144º83.77%74.9%-
XYZ21.2638.3817.11-
YUV132.22106.9955.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.78%
GREEN value IS 191 (75% from 255) = 60.25%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=9.78%
G=60.25%
B=29.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31191950.8400.500.2514472.0743.53
Hex1FBF5F540321990482c
Octal372771371240623122011054
Binary111111011111110111111010100011001011001100100001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FBF5F; }

 p { color: rgb(31,191,95); }

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

<style>
 a { background-color: #1FBF5F; }

 a { background-color: rgb(31,191,95); }

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

<style>
 span { border-color: #1FBF5F; }

 span { border-color: rgb(31,191,95); }

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