Html Css Color HEX #96D64F Atlantis

📋 copy color: '#96D64F'

red 150 ◦ green 214 ◦ blue 79

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

Shades of Atlantis #96D64F

Tints of Atlantis #96D64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.83%

R = 33.86%
G = 48.31%
B = 17.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#96D64F (or 0x96D64F) is known color: Atlantis. HEX triplet: 96, D6 and 4F. RGB value is (150,214,79). Sum of RGB (Red+Green+Blue) = 150+214+79=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #96D64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D64F is #6929B0. Grayscale: #B3B3B3. Windows color (decimal): -6891953 or 5232278. OLE color: 5232278.

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

Color convert

RGB 150 214 79 -
CMYK 0.30 0 0.63 0.16
HSL 88.44º 0.62% 0.57% -
HSV(B) 88.44º 0.63% 0.84% -
XYZ 38.04 55.14 16.04 -
YUV 179.47 71.3 106.98 -
System Red Green Blue C M Y K H S L
Decimal 150 214 79 0.30 0 0.63 0.16 88.44 0.62 0.57
Hex 96 D6 4F 1E 0 3F 10 58 3E 39
Octal 226 326 117 36 0 77 20 130 76 71
Binary 10010110 11010110 1001111 11110 0 111111 10000 1011000 111110 111001

Color Harmonies of #96D64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D64F

Black with #96D64F

Text Example


Text Example

White with #96D64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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