Html Css Color HEX #97D748 Atlantis

📋 copy color: '#97D748'

red 151 ◦ green 215 ◦ blue 72

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

Shades of Atlantis #97D748

Tints of Atlantis #97D748

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

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

R = 34.47%
G = 49.09%
B = 16.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#97D748 (or 0x97D748) is known color: Atlantis. HEX triplet: 97, D7 and 48. RGB value is (151,215,72). Sum of RGB (Red+Green+Blue) = 151+215+72=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #97D748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D748 is #6828B7. Grayscale: #B4B4B4. Windows color (decimal): -6826168 or 4773783. OLE color: 4773783.

HSL color Cylindrical-coordinate representation of color #97D748: hue angle of 86.85º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #97D748 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 215 72 -
CMYK 0.30 0 0.67 0.16
HSL 86.85º 0.64% 0.56% -
HSV(B) 86.85º 0.67% 0.84% -
XYZ 38.23 55.65 14.86 -
YUV 179.56 67.3 107.63 -
System Red Green Blue C M Y K H S L
Decimal 151 215 72 0.30 0 0.67 0.16 86.85 0.64 0.56
Hex 97 D7 48 1E 0 43 10 57 40 38
Octal 227 327 110 36 0 103 20 127 100 70
Binary 10010111 11010111 1001000 11110 0 1000011 10000 1010111 1000000 111000

Color Harmonies of #97D748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D748

Black with #97D748

Text Example


Text Example

White with #97D748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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