Html Css Color HEX #97D740 Atlantis

📋 copy color: '#97D740'

red 151 ◦ green 215 ◦ blue 64

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

Shades of Atlantis #97D740

Tints of Atlantis #97D740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.88%

R = 35.12%
G = 50%
B = 14.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#97D740 (or 0x97D740) is known color: Atlantis. HEX triplet: 97, D7 and 40. RGB value is (151,215,64). Sum of RGB (Red+Green+Blue) = 151+215+64=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #97D740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D740 is #6828BF. Grayscale: #B3B3B3. Windows color (decimal): -6826176 or 4249495. OLE color: 4249495.

HSL color Cylindrical-coordinate representation of color #97D740: hue angle of 85.43º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97D740 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 215 64 -
CMYK 0.30 0 0.70 0.16
HSL 85.43º 0.65% 0.55% -
HSV(B) 85.43º 0.7% 0.84% -
XYZ 37.99 55.55 13.57 -
YUV 178.65 63.3 108.28 -
System Red Green Blue C M Y K H S L
Decimal 151 215 64 0.30 0 0.70 0.16 85.43 0.65 0.55
Hex 97 D7 40 1E 0 46 10 55 41 37
Octal 227 327 100 36 0 106 20 125 101 67
Binary 10010111 11010111 1000000 11110 0 1000110 10000 1010101 1000001 110111

Color Harmonies of #97D740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D740

Black with #97D740

Text Example


Text Example

White with #97D740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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