#96CF57

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

Shades of Atlantis #96CF57

Tints of Atlantis #96CF57

Color information

#96CF57 (or 0x96CF57) is unknown color: approx Atlantis. HEX triplet: 96, CF and 57. RGB value is (150,207,87). Sum of RGB (Red+Green+Blue) = 150+207+87=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF57 is #6930A8. Grayscale: #B0B0B0. Windows color (decimal): -6893737 or 5754774. OLE color: 5754774.

HSL color Cylindrical-coordinate representation of color #96CF57: hue angle of 88.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96CF57 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB15020787-
CMYK0.2800.580.19
HSL88.5º55.56%57.65%-
HSV(B)88.5º57.97%81.18%-
XYZ36.6151.817.09-
YUV176.2877.62109.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 207 (81.25% from 255) = 46.62%
BLUE value IS 87 (34.38% from 255) = 19.59%
R=33.78%
G=46.62%
B=19.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150207870.2800.580.1988.555.5657.65
Hex96CF571C03A1358383a
Octal22631712734072231307072
Binary10010110110011111010111111000111010100111011000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CF57; }

 p { color: rgb(150,207,87); }

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

<style>
 a { background-color: #96CF57; }

 a { background-color: rgb(150,207,87); }

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

<style>
 span { border-color: #96CF57; }

 span { border-color: rgb(150,207,87); }

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