Html Css Color HEX #95C389 Dark Sea Green

📋 copy color: '#95C389'

red 149 ◦ green 195 ◦ blue 137

#95C389
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #95C389

Tints of Dark Sea Green #95C389

RGB

 RED value IS 149 (58.59% from 255) = 30.98%

 GREEN value IS 195 (76.56% from 255) = 40.54%

 BLUE value IS 137 (53.91% from 255) = 28.48%

R = 30.98%
G = 40.54%
B = 28.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#95C389 (or 0x95C389) is known color: Dark Sea Green. HEX triplet: 95, C3 and 89. RGB value is (149,195,137). Sum of RGB (Red+Green+Blue) = 149+195+137=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #95C389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C389 is #6A3C76. Grayscale: #AEAEAE. Windows color (decimal): -6962295 or 9028501. OLE color: 9028501.

HSL color Cylindrical-coordinate representation of color #95C389: hue angle of 107.59º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95C389 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 195 137 -
CMYK 0.24 0 0.30 0.24
HSL 107.59º 0.33% 0.65% -
HSV(B) 107.59º 0.3% 0.76% -
XYZ 36.42 47.23 30.86 -
YUV 174.63 106.76 109.72 -
System Red Green Blue C M Y K H S L
Decimal 149 195 137 0.24 0 0.30 0.24 107.59 0.33 0.65
Hex 95 C3 89 18 0 1E 18 6C 21 41
Octal 225 303 211 30 0 36 30 154 41 101
Binary 10010101 11000011 10001001 11000 0 11110 11000 1101100 100001 1000001

Color Harmonies of #95C389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C389

Black with #95C389

Text Example


Text Example

White with #95C389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,195,137); }

 H1.HeaderClassName
 {
   color: #95C389;
 }
 .AnyTagClassName
 {
   color: #95C389;
 }
</style>

background-color css

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

 a { background-color: rgb(149,195,137); }

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

border-color css

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

 span { border-color: rgb(149,195,137); }

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