Html Css Color HEX #97C852 Atlantis

📋 copy color: '#97C852'

red 151 ◦ green 200 ◦ blue 82

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

Shades of Atlantis #97C852

Tints of Atlantis #97C852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.19%

 BLUE value IS 82 (32.42% from 255) = 18.94%

R = 34.87%
G = 46.19%
B = 18.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#97C852 (or 0x97C852) is known color: Atlantis. HEX triplet: 97, C8 and 52. RGB value is (151,200,82). Sum of RGB (Red+Green+Blue) = 151+200+82=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #97C852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C852 is #6837AD. Grayscale: #ACACAC. Windows color (decimal): -6829998 or 5425303. OLE color: 5425303.

HSL color Cylindrical-coordinate representation of color #97C852: hue angle of 84.92º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97C852 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 200 82 -
CMYK 0.24 0 0.59 0.22
HSL 84.92º 0.52% 0.55% -
HSV(B) 84.92º 0.59% 0.78% -
XYZ 34.94 48.5 15.5 -
YUV 171.9 77.27 113.09 -
System Red Green Blue C M Y K H S L
Decimal 151 200 82 0.24 0 0.59 0.22 84.92 0.52 0.55
Hex 97 C8 52 18 0 3B 16 55 34 37
Octal 227 310 122 30 0 73 26 125 64 67
Binary 10010111 11001000 1010010 11000 0 111011 10110 1010101 110100 110111

Color Harmonies of #97C852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C852

Black with #97C852

Text Example


Text Example

White with #97C852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,200,82); }

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

background-color css

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

 a { background-color: rgb(151,200,82); }

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

border-color css

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

 span { border-color: rgb(151,200,82); }

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