Html Css Color HEX #96E83B Atlantis

📋 copy color: '#96E83B'

red 150 ◦ green 232 ◦ blue 59

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

Shades of Atlantis #96E83B

Tints of Atlantis #96E83B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.61%

 BLUE value IS 59 (23.44% from 255) = 13.38%

R = 34.01%
G = 52.61%
B = 13.38%

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

#96E83B (or 0x96E83B) is known color: Atlantis. HEX triplet: 96, E8 and 3B. RGB value is (150,232,59). Sum of RGB (Red+Green+Blue) = 150+232+59=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 232 (91.02% from 255 or 52.61% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 232 - color contains mainly: green. Hex color #96E83B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E83B is #6917C4. Grayscale: #BCBCBC. Windows color (decimal): -6887365 or 3926166. OLE color: 3926166.

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

Color convert

RGB 150 232 59 -
CMYK 0.35 0 0.75 0.09
HSL 88.44º 0.79% 0.57% -
HSV(B) 88.44º 0.75% 0.91% -
XYZ 42.22 64.51 14.36 -
YUV 187.76 55.33 101.07 -
System Red Green Blue C M Y K H S L
Decimal 150 232 59 0.35 0 0.75 0.09 88.44 0.79 0.57
Hex 96 E8 3B 23 0 4B 9 58 4F 39
Octal 226 350 73 43 0 113 11 130 117 71
Binary 10010110 11101000 111011 100011 0 1001011 1001 1011000 1001111 111001

Color Harmonies of #96E83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E83B

Black with #96E83B

Text Example


Text Example

White with #96E83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,232,59); }

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

background-color css

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

 a { background-color: rgb(150,232,59); }

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

border-color css

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

 span { border-color: rgb(150,232,59); }

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