Html Css Color HEX #96D951 Atlantis

📋 copy color: '#96D951'

red 150 ◦ green 217 ◦ blue 81

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

Shades of Atlantis #96D951

Tints of Atlantis #96D951

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.44%

 BLUE value IS 81 (32.03% from 255) = 18.08%

R = 33.48%
G = 48.44%
B = 18.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#96D951 (or 0x96D951) is known color: Atlantis. HEX triplet: 96, D9 and 51. RGB value is (150,217,81). Sum of RGB (Red+Green+Blue) = 150+217+81=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #96D951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D951 is #6926AE. Grayscale: #B5B5B5. Windows color (decimal): -6891183 or 5364118. OLE color: 5364118.

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

Color convert

RGB 150 217 81 -
CMYK 0.31 0 0.63 0.15
HSL 89.56º 0.64% 0.58% -
HSV(B) 89.56º 0.63% 0.85% -
XYZ 38.88 56.7 16.68 -
YUV 181.46 71.3 105.56 -
System Red Green Blue C M Y K H S L
Decimal 150 217 81 0.31 0 0.63 0.15 89.56 0.64 0.58
Hex 96 D9 51 1F 0 3F F 5A 40 3A
Octal 226 331 121 37 0 77 17 132 100 72
Binary 10010110 11011001 1010001 11111 0 111111 1111 1011010 1000000 111010

Color Harmonies of #96D951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D951

Black with #96D951

Text Example


Text Example

White with #96D951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,81); }

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

background-color css

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

 a { background-color: rgb(150,217,81); }

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

border-color css

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

 span { border-color: rgb(150,217,81); }

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