#97CD55

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

Shades of Atlantis #97CD55

Tints of Atlantis #97CD55

Color information

#97CD55 (or 0x97CD55) is unknown color: approx Atlantis. HEX triplet: 97, CD and 55. RGB value is (151,205,85). Sum of RGB (Red+Green+Blue) = 151+205+85=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #97CD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CD55 is #6832AA. Grayscale: #AFAFAF. Windows color (decimal): -6828715 or 5623191. OLE color: 5623191.

HSL color Cylindrical-coordinate representation of color #97CD55: hue angle of 87º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97CD55 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB15120585-
CMYK0.2600.590.20
HSL87º54.55%56.86%-
HSV(B)87º58.54%80.39%-
XYZ36.2350.916.51-
YUV175.1777.11110.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 205 (80.47% from 255) = 46.49%
BLUE value IS 85 (33.59% from 255) = 19.27%
R=34.24%
G=46.49%
B=19.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151205850.2600.590.208754.5556.86
Hex97CD551A03B14573739
Octal22731512532073241276771
Binary10010111110011011010101110100111011101001010111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,205,85); }

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

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

 a { background-color: rgb(151,205,85); }

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

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

 span { border-color: rgb(151,205,85); }

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