Html Css Color HEX #97C248 Atlantis

📋 copy color: '#97C248'

red 151 ◦ green 194 ◦ blue 72

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

Shades of Atlantis #97C248

Tints of Atlantis #97C248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.27%

R = 36.21%
G = 46.52%
B = 17.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#97C248 (or 0x97C248) is known color: Atlantis. HEX triplet: 97, C2 and 48. RGB value is (151,194,72). Sum of RGB (Red+Green+Blue) = 151+194+72=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #97C248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C248 is #683DB7. Grayscale: #A7A7A7. Windows color (decimal): -6831544 or 4768407. OLE color: 4768407.

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

Color convert

RGB 151 194 72 -
CMYK 0.22 0 0.63 0.24
HSL 81.15º 0.5% 0.52% -
HSV(B) 81.15º 0.63% 0.76% -
XYZ 33.22 45.63 13.19 -
YUV 167.24 74.25 116.42 -
System Red Green Blue C M Y K H S L
Decimal 151 194 72 0.22 0 0.63 0.24 81.15 0.5 0.52
Hex 97 C2 48 16 0 3F 18 51 32 34
Octal 227 302 110 26 0 77 30 121 62 64
Binary 10010111 11000010 1001000 10110 0 111111 11000 1010001 110010 110100

Color Harmonies of #97C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C248

Black with #97C248

Text Example


Text Example

White with #97C248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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