#97CF54

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

Shades of Atlantis #97CF54

Tints of Atlantis #97CF54

Color information

#97CF54 (or 0x97CF54) is unknown color: approx Atlantis. HEX triplet: 97, CF and 54. RGB value is (151,207,84). Sum of RGB (Red+Green+Blue) = 151+207+84=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #97CF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CF54 is #6830AB. Grayscale: #B0B0B0. Windows color (decimal): -6828204 or 5558167. OLE color: 5558167.

HSL color Cylindrical-coordinate representation of color #97CF54: hue angle of 87.32º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97CF54 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB15120784-
CMYK0.2700.590.19
HSL87.32º56.16%57.06%-
HSV(B)87.32º59.42%81.18%-
XYZ36.6851.8516.46-
YUV176.2375.95110-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 207 (81.25% from 255) = 46.83%
BLUE value IS 84 (33.20% from 255) = 19.00%
R=34.16%
G=46.83%
B=19.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151207840.2700.590.1987.3256.1657.06
Hex97CF541B03B13573839
Octal22731712433073231277071
Binary10010111110011111010100110110111011100111010111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,207,84); }

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

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

 a { background-color: rgb(151,207,84); }

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

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

 span { border-color: rgb(151,207,84); }

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