#96DA37

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

Shades of Atlantis #96DA37

Tints of Atlantis #96DA37

Color information

#96DA37 (or 0x96DA37) is unknown color: approx Atlantis. HEX triplet: 96, DA and 37. RGB value is (150,218,55). Sum of RGB (Red+Green+Blue) = 150+218+55=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DA37 is #6925C8. Grayscale: #B3B3B3. Windows color (decimal): -6890953 or 3660438. OLE color: 3660438.

HSL color Cylindrical-coordinate representation of color #96DA37: hue angle of 85.03º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96DA37 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB15021855-
CMYK0.3100.750.15
HSL85.03º68.78%53.53%-
HSV(B)85.03º74.77%85.49%-
XYZ38.3456.912.58-
YUV179.0957.97107.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 218 (85.55% from 255) = 51.54%
BLUE value IS 55 (21.88% from 255) = 13.00%
R=35.46%
G=51.54%
B=13.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150218550.3100.750.1585.0368.7853.53
Hex96DA371F04BF554536
Octal226332673701131712510566
Binary10010110110110101101111111101001011111110101011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,218,55); }

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

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

 a { background-color: rgb(150,218,55); }

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

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

 span { border-color: rgb(150,218,55); }

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