Html Css Color HEX #96D54D Atlantis

📋 copy color: '#96D54D'

red 150 ◦ green 213 ◦ blue 77

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

Shades of Atlantis #96D54D

Tints of Atlantis #96D54D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.41%

 BLUE value IS 77 (30.47% from 255) = 17.5%

R = 34.09%
G = 48.41%
B = 17.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#96D54D (or 0x96D54D) is known color: Atlantis. HEX triplet: 96, D5 and 4D. RGB value is (150,213,77). Sum of RGB (Red+Green+Blue) = 150+213+77=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #96D54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D54D is #692AB2. Grayscale: #B3B3B3. Windows color (decimal): -6892211 or 5100950. OLE color: 5100950.

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

Color convert

RGB 150 213 77 -
CMYK 0.30 0 0.64 0.16
HSL 87.79º 0.62% 0.57% -
HSV(B) 87.79º 0.64% 0.84% -
XYZ 37.71 54.61 15.57 -
YUV 178.66 70.63 107.56 -
System Red Green Blue C M Y K H S L
Decimal 150 213 77 0.30 0 0.64 0.16 87.79 0.62 0.57
Hex 96 D5 4D 1E 0 40 10 58 3E 39
Octal 226 325 115 36 0 100 20 130 76 71
Binary 10010110 11010101 1001101 11110 0 1000000 10000 1011000 111110 111001

Color Harmonies of #96D54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D54D

Black with #96D54D

Text Example


Text Example

White with #96D54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,213,77); }

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

background-color css

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

 a { background-color: rgb(150,213,77); }

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

border-color css

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

 span { border-color: rgb(150,213,77); }

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