Html Css Color HEX #96D651 Atlantis

📋 copy color: '#96D651'

red 150 ◦ green 214 ◦ blue 81

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

Shades of Atlantis #96D651

Tints of Atlantis #96D651

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.09%

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

R = 33.71%
G = 48.09%
B = 18.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#96D651 (or 0x96D651) is known color: Atlantis. HEX triplet: 96, D6 and 51. RGB value is (150,214,81). Sum of RGB (Red+Green+Blue) = 150+214+81=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #96D651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D651 is #6929AE. Grayscale: #B4B4B4. Windows color (decimal): -6891951 or 5363350. OLE color: 5363350.

HSL color Cylindrical-coordinate representation of color #96D651: hue angle of 88.87º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96D651 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 81 -
CMYK 0.30 0 0.62 0.16
HSL 88.87º 0.62% 0.58% -
HSV(B) 88.87º 0.62% 0.84% -
XYZ 38.11 55.17 16.43 -
YUV 179.7 72.3 106.81 -
System Red Green Blue C M Y K H S L
Decimal 150 214 81 0.30 0 0.62 0.16 88.87 0.62 0.58
Hex 96 D6 51 1E 0 3E 10 59 3E 3A
Octal 226 326 121 36 0 76 20 131 76 72
Binary 10010110 11010110 1010001 11110 0 111110 10000 1011001 111110 111010

Color Harmonies of #96D651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D651

Black with #96D651

Text Example


Text Example

White with #96D651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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