#95CD8F

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

Shades of Dark Sea Green #95CD8F

Tints of Dark Sea Green #95CD8F

Color information

#95CD8F (or 0x95CD8F) is unknown color: approx Dark Sea Green. HEX triplet: 95, CD and 8F. RGB value is (149,205,143). Sum of RGB (Red+Green+Blue) = 149+205+143=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CD8F is #6A3270. Grayscale: #B5B5B5. Windows color (decimal): -6959729 or 9424277. OLE color: 9424277.

HSL color Cylindrical-coordinate representation of color #95CD8F: hue angle of 114.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95CD8F is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB149205143-
CMYK0.2700.300.20
HSL114.19º38.27%68.24%-
HSV(B)114.19º30.24%80.39%-
XYZ39.1852.0433.97-
YUV181.19106.45105.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.98%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 143 (56.25% from 255) = 28.77%
R=29.98%
G=41.25%
B=28.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051430.2700.300.20114.1938.2768.24
Hex95CD8F1B01E14722644
Octal225315217330362416246104
Binary100101011100110110001111110110111101010011100101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95CD8F; }

 p { color: rgb(149,205,143); }

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

<style>
 a { background-color: #95CD8F; }

 a { background-color: rgb(149,205,143); }

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

<style>
 span { border-color: #95CD8F; }

 span { border-color: rgb(149,205,143); }

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