Html Css Color HEX #97D440 Atlantis

📋 copy color: '#97D440'

red 151 ◦ green 212 ◦ blue 64

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

Shades of Atlantis #97D440

Tints of Atlantis #97D440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.65%

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

R = 35.36%
G = 49.65%
B = 14.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#97D440 (or 0x97D440) is known color: Atlantis. HEX triplet: 97, D4 and 40. RGB value is (151,212,64). Sum of RGB (Red+Green+Blue) = 151+212+64=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #97D440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D440 is #682BBF. Grayscale: #B1B1B1. Windows color (decimal): -6826944 or 4248727. OLE color: 4248727.

HSL color Cylindrical-coordinate representation of color #97D440: hue angle of 84.73º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97D440 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 212 64 -
CMYK 0.29 0 0.70 0.17
HSL 84.73º 0.63% 0.54% -
HSV(B) 84.73º 0.7% 0.83% -
XYZ 37.23 54.04 13.32 -
YUV 176.89 64.29 109.53 -
System Red Green Blue C M Y K H S L
Decimal 151 212 64 0.29 0 0.70 0.17 84.73 0.63 0.54
Hex 97 D4 40 1D 0 46 11 55 3F 36
Octal 227 324 100 35 0 106 21 125 77 66
Binary 10010111 11010100 1000000 11101 0 1000110 10001 1010101 111111 110110

Color Harmonies of #97D440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D440

Black with #97D440

Text Example


Text Example

White with #97D440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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