#95CD93

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

Shades of Dark Sea Green #95CD93

Tints of Dark Sea Green #95CD93

Color information

#95CD93 (or 0x95CD93) is unknown color: approx Dark Sea Green. HEX triplet: 95, CD and 93. RGB value is (149,205,147). Sum of RGB (Red+Green+Blue) = 149+205+147=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CD93 is #6A326C. Grayscale: #B5B5B5. Windows color (decimal): -6959725 or 9686421. OLE color: 9686421.

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

Color convert

RGB149205147-
CMYK0.2700.280.20
HSL117.93º36.71%69.02%-
HSV(B)117.93º28.29%80.39%-
XYZ39.4952.1635.59-
YUV181.64108.45104.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=29.74%
G=40.92%
B=29.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051470.2700.280.20117.9336.7169.02
Hex95CD931B01C14762545
Octal225315223330342416645105
Binary100101011100110110010011110110111001010011101101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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