#8FC485

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

Shades of Dark Sea Green #8FC485

Tints of Dark Sea Green #8FC485

Color information

#8FC485 (or 0x8FC485) is unknown color: approx Dark Sea Green. HEX triplet: 8F, C4 and 85. RGB value is (143,196,133). Sum of RGB (Red+Green+Blue) = 143+196+133=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC485 is #703B7A. Grayscale: #ADADAD. Windows color (decimal): -7355259 or 8766607. OLE color: 8766607.

HSL color Cylindrical-coordinate representation of color #8FC485: hue angle of 110.48º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FC485 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB143196133-
CMYK0.2700.320.23
HSL110.48º34.81%64.51%-
HSV(B)110.48º32.14%76.86%-
XYZ35.347.0129.4-
YUV172.97105.44106.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.30%
GREEN value IS 196 (76.95% from 255) = 41.53%
BLUE value IS 133 (52.34% from 255) = 28.18%
R=30.30%
G=41.53%
B=28.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1431961330.2700.320.23110.4834.8164.51
Hex8FC4851B020176e2341
Octal217304205330402715643101
Binary1000111111000100100001011101101000001011111011101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FC485; }

 p { color: rgb(143,196,133); }

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

<style>
 a { background-color: #8FC485; }

 a { background-color: rgb(143,196,133); }

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

<style>
 span { border-color: #8FC485; }

 span { border-color: rgb(143,196,133); }

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