Html Css Color HEX #97D953 Atlantis

📋 copy color: '#97D953'

red 151 ◦ green 217 ◦ blue 83

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

Shades of Atlantis #97D953

Tints of Atlantis #97D953

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.12%

 BLUE value IS 83 (32.81% from 255) = 18.4%

R = 33.48%
G = 48.12%
B = 18.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#97D953 (or 0x97D953) is known color: Atlantis. HEX triplet: 97, D9 and 53. RGB value is (151,217,83). Sum of RGB (Red+Green+Blue) = 151+217+83=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #97D953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D953 is #6826AC. Grayscale: #B6B6B6. Windows color (decimal): -6825645 or 5495191. OLE color: 5495191.

HSL color Cylindrical-coordinate representation of color #97D953: hue angle of 89.55º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97D953 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 217 83 -
CMYK 0.30 0 0.62 0.15
HSL 89.55º 0.64% 0.59% -
HSV(B) 89.55º 0.62% 0.85% -
XYZ 39.14 56.83 17.09 -
YUV 181.99 72.13 105.9 -
System Red Green Blue C M Y K H S L
Decimal 151 217 83 0.30 0 0.62 0.15 89.55 0.64 0.59
Hex 97 D9 53 1E 0 3E F 5A 40 3B
Octal 227 331 123 36 0 76 17 132 100 73
Binary 10010111 11011001 1010011 11110 0 111110 1111 1011010 1000000 111011

Color Harmonies of #97D953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D953

Black with #97D953

Text Example


Text Example

White with #97D953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,217,83); }

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

background-color css

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

 a { background-color: rgb(151,217,83); }

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

border-color css

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

 span { border-color: rgb(151,217,83); }

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