#95CD8D

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

Shades of Dark Sea Green #95CD8D

Tints of Dark Sea Green #95CD8D

Color information

#95CD8D (or 0x95CD8D) is unknown color: approx Dark Sea Green. HEX triplet: 95, CD and 8D. RGB value is (149,205,141). Sum of RGB (Red+Green+Blue) = 149+205+141=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CD8D is #6A3272. Grayscale: #B5B5B5. Windows color (decimal): -6959731 or 9293205. OLE color: 9293205.

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

Color convert

RGB149205141-
CMYK0.2700.310.20
HSL112.5º39.02%67.84%-
HSV(B)112.5º31.22%80.39%-
XYZ39.0351.9833.17-
YUV180.96105.45105.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=30.10%
G=41.41%
B=28.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051410.2700.310.20112.539.0267.84
Hex95CD8D1B01F14702744
Octal225315215330372416047104
Binary100101011100110110001101110110111111010011100001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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