Html Css Color HEX #96E739 Atlantis

📋 copy color: '#96E739'

red 150 ◦ green 231 ◦ blue 57

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

Shades of Atlantis #96E739

Tints of Atlantis #96E739

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.74%

 BLUE value IS 57 (22.66% from 255) = 13.01%

R = 34.25%
G = 52.74%
B = 13.01%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#96E739 (or 0x96E739) is known color: Atlantis. HEX triplet: 96, E7 and 39. RGB value is (150,231,57). Sum of RGB (Red+Green+Blue) = 150+231+57=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 231 (90.62% from 255 or 52.74% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 231 - color contains mainly: green. Hex color #96E739 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E739 is #6918C6. Grayscale: #BBBBBB. Windows color (decimal): -6887623 or 3794838. OLE color: 3794838.

HSL color Cylindrical-coordinate representation of color #96E739: hue angle of 87.93º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96E739 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 231 57 -
CMYK 0.35 0 0.75 0.09
HSL 87.93º 0.78% 0.56% -
HSV(B) 87.93º 0.75% 0.91% -
XYZ 41.89 63.93 14 -
YUV 186.95 54.66 101.65 -
System Red Green Blue C M Y K H S L
Decimal 150 231 57 0.35 0 0.75 0.09 87.93 0.78 0.56
Hex 96 E7 39 23 0 4B 9 58 4E 38
Octal 226 347 71 43 0 113 11 130 116 70
Binary 10010110 11100111 111001 100011 0 1001011 1001 1011000 1001110 111000

Color Harmonies of #96E739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E739

Black with #96E739

Text Example


Text Example

White with #96E739

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,231,57); }

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

background-color css

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

 a { background-color: rgb(150,231,57); }

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

border-color css

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

 span { border-color: rgb(150,231,57); }

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