Html Css Color HEX #96DD32 Atlantis

📋 copy color: '#96DD32'

red 150 ◦ green 221 ◦ blue 50

#96DD32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #96DD32

Tints of Atlantis #96DD32

RGB

 RED value IS 150 (58.98% from 255) = 35.63%

 GREEN value IS 221 (86.72% from 255) = 52.49%

 BLUE value IS 50 (19.92% from 255) = 11.88%

R = 35.63%
G = 52.49%
B = 11.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#96DD32 (or 0x96DD32) is known color: Atlantis. HEX triplet: 96, DD and 32. RGB value is (150,221,50). Sum of RGB (Red+Green+Blue) = 150+221+50=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DD32 is #6922CD. Grayscale: #B4B4B4. Windows color (decimal): -6890190 or 3333526. OLE color: 3333526.

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

Color convert

RGB 150 221 50 -
CMYK 0.32 0 0.77 0.13
HSL 84.91º 0.72% 0.53% -
HSV(B) 84.91º 0.77% 0.87% -
XYZ 39.01 58.43 12.24 -
YUV 180.28 54.48 106.4 -
System Red Green Blue C M Y K H S L
Decimal 150 221 50 0.32 0 0.77 0.13 84.91 0.72 0.53
Hex 96 DD 32 20 0 4D D 55 48 35
Octal 226 335 62 40 0 115 15 125 110 65
Binary 10010110 11011101 110010 100000 0 1001101 1101 1010101 1001000 110101

Color Harmonies of #96DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD32

Black with #96DD32

Text Example


Text Example

White with #96DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96DD32;
 }
 .AnyTagClassName
 {
   color: #96DD32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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