Html Css Color HEX #97C295 Dark Sea Green

📋 copy color: '#97C295'

red 151 ◦ green 194 ◦ blue 149

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

Shades of Dark Sea Green #97C295

Tints of Dark Sea Green #97C295

RGB

 RED value IS 151 (59.38% from 255) = 30.57%

 GREEN value IS 194 (76.17% from 255) = 39.27%

 BLUE value IS 149 (58.59% from 255) = 30.16%

R = 30.57%
G = 39.27%
B = 30.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#97C295 (or 0x97C295) is known color: Dark Sea Green. HEX triplet: 97, C2 and 95. RGB value is (151,194,149). Sum of RGB (Red+Green+Blue) = 151+194+149=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #97C295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C295 is #683D6A. Grayscale: #B0B0B0. Windows color (decimal): -6831467 or 9814679. OLE color: 9814679.

HSL color Cylindrical-coordinate representation of color #97C295: hue angle of 117.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97C295 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 194 149 -
CMYK 0.22 0 0.23 0.24
HSL 117.33º 0.27% 0.67% -
HSV(B) 117.33º 0.23% 0.76% -
XYZ 37.48 47.33 35.59 -
YUV 176.01 112.75 110.16 -
System Red Green Blue C M Y K H S L
Decimal 151 194 149 0.22 0 0.23 0.24 117.33 0.27 0.67
Hex 97 C2 95 16 0 17 18 75 1B 43
Octal 227 302 225 26 0 27 30 165 33 103
Binary 10010111 11000010 10010101 10110 0 10111 11000 1110101 11011 1000011

Color Harmonies of #97C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C295

Black with #97C295

Text Example


Text Example

White with #97C295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97C295; }

 p { color: rgb(151,194,149); }

 H1.HeaderClassName
 {
   color: #97C295;
 }
 .AnyTagClassName
 {
   color: #97C295;
 }
</style>

background-color css

<style>
 a { background-color: #97C295; }

 a { background-color: rgb(151,194,149); }

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

border-color css

<style>
 span { border-color: #97C295; }

 span { border-color: rgb(151,194,149); }

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