Html Css Color HEX #97D74E Atlantis

📋 copy color: '#97D74E'

red 151 ◦ green 215 ◦ blue 78

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

Shades of Atlantis #97D74E

Tints of Atlantis #97D74E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.57%

R = 34.01%
G = 48.42%
B = 17.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#97D74E (or 0x97D74E) is known color: Atlantis. HEX triplet: 97, D7 and 4E. RGB value is (151,215,78). Sum of RGB (Red+Green+Blue) = 151+215+78=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #97D74E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D74E is #6828B1. Grayscale: #B4B4B4. Windows color (decimal): -6826162 or 5166999. OLE color: 5166999.

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

Color convert

RGB 151 215 78 -
CMYK 0.30 0 0.64 0.16
HSL 88.03º 0.63% 0.57% -
HSV(B) 88.03º 0.64% 0.84% -
XYZ 38.44 55.73 15.94 -
YUV 180.25 70.3 107.14 -
System Red Green Blue C M Y K H S L
Decimal 151 215 78 0.30 0 0.64 0.16 88.03 0.63 0.57
Hex 97 D7 4E 1E 0 40 10 58 3F 39
Octal 227 327 116 36 0 100 20 130 77 71
Binary 10010111 11010111 1001110 11110 0 1000000 10000 1011000 111111 111001

Color Harmonies of #97D74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D74E

Black with #97D74E

Text Example


Text Example

White with #97D74E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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