Html Css Color HEX #96C551 Atlantis

📋 copy color: '#96C551'

red 150 ◦ green 197 ◦ blue 81

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

Shades of Atlantis #96C551

Tints of Atlantis #96C551

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.03%

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

R = 35.05%
G = 46.03%
B = 18.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#96C551 (or 0x96C551) is known color: Atlantis. HEX triplet: 96, C5 and 51. RGB value is (150,197,81). Sum of RGB (Red+Green+Blue) = 150+197+81=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #96C551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C551 is #693AAE. Grayscale: #AAAAAA. Windows color (decimal): -6896303 or 5358998. OLE color: 5358998.

HSL color Cylindrical-coordinate representation of color #96C551: hue angle of 84.31º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96C551 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 197 81 -
CMYK 0.24 0 0.59 0.23
HSL 84.31º 0.5% 0.55% -
HSV(B) 84.31º 0.59% 0.77% -
XYZ 34.03 47.01 15.07 -
YUV 169.72 77.93 113.93 -
System Red Green Blue C M Y K H S L
Decimal 150 197 81 0.24 0 0.59 0.23 84.31 0.5 0.55
Hex 96 C5 51 18 0 3B 17 54 32 37
Octal 226 305 121 30 0 73 27 124 62 67
Binary 10010110 11000101 1010001 11000 0 111011 10111 1010100 110010 110111

Color Harmonies of #96C551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C551

Black with #96C551

Text Example


Text Example

White with #96C551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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