#97DE41

Color #97DE41 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #97DE41

Tints of Atlantis #97DE41

Color information

#97DE41 (or 0x97DE41) is unknown color: approx Atlantis. HEX triplet: 97, DE and 41. RGB value is (151,222,65). Sum of RGB (Red+Green+Blue) = 151+222+65=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #97DE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97DE41 is #6821BE. Grayscale: #B7B7B7. Windows color (decimal): -6824383 or 4316823. OLE color: 4316823.

HSL color Cylindrical-coordinate representation of color #97DE41: hue angle of 87.13º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97DE41 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB15122265-
CMYK0.3200.710.13
HSL87.13º70.4%56.27%-
HSV(B)87.13º70.72%87.06%-
XYZ39.8459.214.33-
YUV182.8761.48105.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.47%
GREEN value IS 222 (87.11% from 255) = 50.68%
BLUE value IS 65 (25.78% from 255) = 14.84%
R=34.47%
G=50.68%
B=14.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151222650.3200.710.1387.1370.456.27
Hex97DE4120047D574638
Octal2273361014001071512710670
Binary1001011111011110100000110000001000111110110101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,222,65); }

 H1.HeaderClassName
 {
   color: #97DE41;
 }
 .AnyTagClassName
 {
   color: #97DE41;
 }
</style>
background-color css

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

 a { background-color: rgb(151,222,65); }

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

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

 span { border-color: rgb(151,222,65); }

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