Html Css Color HEX #96E53D Atlantis

📋 copy color: '#96E53D'

red 150 ◦ green 229 ◦ blue 61

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

Shades of Atlantis #96E53D

Tints of Atlantis #96E53D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.05%

 BLUE value IS 61 (24.22% from 255) = 13.86%

R = 34.09%
G = 52.05%
B = 13.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#96E53D (or 0x96E53D) is known color: Atlantis. HEX triplet: 96, E5 and 3D. RGB value is (150,229,61). Sum of RGB (Red+Green+Blue) = 150+229+61=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #96E53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E53D is #691AC2. Grayscale: #BABABA. Windows color (decimal): -6888131 or 4056470. OLE color: 4056470.

HSL color Cylindrical-coordinate representation of color #96E53D: hue angle of 88.21º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96E53D is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 229 61 -
CMYK 0.34 0 0.73 0.10
HSL 88.21º 0.76% 0.57% -
HSV(B) 88.21º 0.73% 0.9% -
XYZ 41.44 62.86 14.36 -
YUV 186.23 57.33 102.16 -
System Red Green Blue C M Y K H S L
Decimal 150 229 61 0.34 0 0.73 0.10 88.21 0.76 0.57
Hex 96 E5 3D 22 0 49 A 58 4C 39
Octal 226 345 75 42 0 111 12 130 114 71
Binary 10010110 11100101 111101 100010 0 1001001 1010 1011000 1001100 111001

Color Harmonies of #96E53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E53D

Black with #96E53D

Text Example


Text Example

White with #96E53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,229,61); }

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

background-color css

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

 a { background-color: rgb(150,229,61); }

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

border-color css

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

 span { border-color: rgb(150,229,61); }

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