Html Css Color HEX #96E350 Atlantis

📋 copy color: '#96E350'

red 150 ◦ green 227 ◦ blue 80

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

Shades of Atlantis #96E350

Tints of Atlantis #96E350

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.67%

 BLUE value IS 80 (31.64% from 255) = 17.51%

R = 32.82%
G = 49.67%
B = 17.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#96E350 (or 0x96E350) is known color: Atlantis. HEX triplet: 96, E3 and 50. RGB value is (150,227,80). Sum of RGB (Red+Green+Blue) = 150+227+80=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #96E350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E350 is #691CAF. Grayscale: #BBBBBB. Windows color (decimal): -6888624 or 5301142. OLE color: 5301142.

HSL color Cylindrical-coordinate representation of color #96E350: hue angle of 91.43º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96E350 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 227 80 -
CMYK 0.34 0 0.65 0.11
HSL 91.43º 0.72% 0.6% -
HSV(B) 91.43º 0.65% 0.89% -
XYZ 41.49 62 17.37 -
YUV 187.22 67.49 101.45 -
System Red Green Blue C M Y K H S L
Decimal 150 227 80 0.34 0 0.65 0.11 91.43 0.72 0.6
Hex 96 E3 50 22 0 41 B 5B 48 3C
Octal 226 343 120 42 0 101 13 133 110 74
Binary 10010110 11100011 1010000 100010 0 1000001 1011 1011011 1001000 111100

Color Harmonies of #96E350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E350

Black with #96E350

Text Example


Text Example

White with #96E350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,227,80); }

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

background-color css

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

 a { background-color: rgb(150,227,80); }

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

border-color css

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

 span { border-color: rgb(150,227,80); }

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