Html Css Color HEX #97D358 Atlantis

📋 copy color: '#97D358'

red 151 ◦ green 211 ◦ blue 88

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

Shades of Atlantis #97D358

Tints of Atlantis #97D358

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.89%

 BLUE value IS 88 (34.77% from 255) = 19.56%

R = 33.56%
G = 46.89%
B = 19.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#97D358 (or 0x97D358) is known color: Atlantis. HEX triplet: 97, D3 and 58. RGB value is (151,211,88). Sum of RGB (Red+Green+Blue) = 151+211+88=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #97D358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D358 is #682CA7. Grayscale: #B3B3B3. Windows color (decimal): -6827176 or 5821335. OLE color: 5821335.

HSL color Cylindrical-coordinate representation of color #97D358: hue angle of 89.27º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97D358 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 211 88 -
CMYK 0.28 0 0.58 0.17
HSL 89.27º 0.58% 0.59% -
HSV(B) 89.27º 0.58% 0.83% -
XYZ 37.82 53.87 17.64 -
YUV 179.04 76.62 108 -
System Red Green Blue C M Y K H S L
Decimal 151 211 88 0.28 0 0.58 0.17 89.27 0.58 0.59
Hex 97 D3 58 1C 0 3A 11 59 3A 3B
Octal 227 323 130 34 0 72 21 131 72 73
Binary 10010111 11010011 1011000 11100 0 111010 10001 1011001 111010 111011

Color Harmonies of #97D358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D358

Black with #97D358

Text Example


Text Example

White with #97D358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,211,88); }

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

background-color css

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

 a { background-color: rgb(151,211,88); }

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

border-color css

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

 span { border-color: rgb(151,211,88); }

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