Html Css Color HEX #96EB32 Atlantis

📋 copy color: '#96EB32'

red 150 ◦ green 235 ◦ blue 50

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

Shades of Atlantis #96EB32

Tints of Atlantis #96EB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.02%

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

R = 34.48%
G = 54.02%
B = 11.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#96EB32 (or 0x96EB32) is known color: Atlantis. HEX triplet: 96, EB and 32. RGB value is (150,235,50). Sum of RGB (Red+Green+Blue) = 150+235+50=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #96EB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EB32 is #6914CD. Grayscale: #BDBDBD. Windows color (decimal): -6886606 or 3337110. OLE color: 3337110.

HSL color Cylindrical-coordinate representation of color #96EB32: hue angle of 87.57º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96EB32 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 235 50 -
CMYK 0.36 0 0.79 0.08
HSL 87.57º 0.82% 0.56% -
HSV(B) 87.57º 0.79% 0.92% -
XYZ 42.86 66.13 13.52 -
YUV 188.5 49.84 100.54 -
System Red Green Blue C M Y K H S L
Decimal 150 235 50 0.36 0 0.79 0.08 87.57 0.82 0.56
Hex 96 EB 32 24 0 4F 8 58 52 38
Octal 226 353 62 44 0 117 10 130 122 70
Binary 10010110 11101011 110010 100100 0 1001111 1000 1011000 1010010 111000

Color Harmonies of #96EB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EB32

Black with #96EB32

Text Example


Text Example

White with #96EB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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