Html Css Color HEX #97E440 Atlantis

📋 copy color: '#97E440'

red 151 ◦ green 228 ◦ blue 64

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

Shades of Atlantis #97E440

Tints of Atlantis #97E440

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.47%

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

R = 34.09%
G = 51.47%
B = 14.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#97E440 (or 0x97E440) is known color: Atlantis. HEX triplet: 97, E4 and 40. RGB value is (151,228,64). Sum of RGB (Red+Green+Blue) = 151+228+64=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #97E440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97E440 is #681BBF. Grayscale: #BABABA. Windows color (decimal): -6822848 or 4252823. OLE color: 4252823.

HSL color Cylindrical-coordinate representation of color #97E440: hue angle of 88.17º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97E440 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 151 228 64 -
CMYK 0.34 0 0.72 0.11
HSL 88.17º 0.75% 0.57% -
HSV(B) 88.17º 0.72% 0.89% -
XYZ 41.43 62.44 14.72 -
YUV 186.28 58.99 102.84 -
System Red Green Blue C M Y K H S L
Decimal 151 228 64 0.34 0 0.72 0.11 88.17 0.75 0.57
Hex 97 E4 40 22 0 48 B 58 4B 39
Octal 227 344 100 42 0 110 13 130 113 71
Binary 10010111 11100100 1000000 100010 0 1001000 1011 1011000 1001011 111001

Color Harmonies of #97E440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E440

Black with #97E440

Text Example


Text Example

White with #97E440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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