#96DD35

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

Shades of Atlantis #96DD35

Tints of Atlantis #96DD35

Color information

#96DD35 (or 0x96DD35) is unknown color: approx Atlantis. HEX triplet: 96, DD and 35. RGB value is (150,221,53). Sum of RGB (Red+Green+Blue) = 150+221+53=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DD35 is #6922CA. Grayscale: #B5B5B5. Windows color (decimal): -6890187 or 3530134. OLE color: 3530134.

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

Color convert

RGB15022153-
CMYK0.3200.760.13
HSL85.36º71.19%53.73%-
HSV(B)85.36º76.02%86.67%-
XYZ39.0858.4512.59-
YUV180.6255.98106.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 221 (86.72% from 255) = 52.12%
BLUE value IS 53 (21.09% from 255) = 12.5%
R=35.38%
G=52.12%
B=12.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150221530.3200.760.1385.3671.1953.73
Hex96DD352004CD554736
Octal226335654001141512510766
Binary100101101101110111010110000001001100110110101011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,221,53); }

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

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

 a { background-color: rgb(150,221,53); }

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

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

 span { border-color: rgb(150,221,53); }

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