Html Css Color HEX #96D037 Atlantis

📋 copy color: '#96D037'

red 150 ◦ green 208 ◦ blue 55

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

Shades of Atlantis #96D037

Tints of Atlantis #96D037

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.36%

 BLUE value IS 55 (21.88% from 255) = 13.32%

R = 36.32%
G = 50.36%
B = 13.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#96D037 (or 0x96D037) is known color: Atlantis. HEX triplet: 96, D0 and 37. RGB value is (150,208,55). Sum of RGB (Red+Green+Blue) = 150+208+55=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #96D037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D037 is #692FC8. Grayscale: #ADADAD. Windows color (decimal): -6893513 or 3657878. OLE color: 3657878.

HSL color Cylindrical-coordinate representation of color #96D037: hue angle of 82.75º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96D037 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 55 -
CMYK 0.28 0 0.74 0.18
HSL 82.75º 0.62% 0.52% -
HSV(B) 82.75º 0.74% 0.82% -
XYZ 35.82 51.87 11.74 -
YUV 173.22 61.28 111.44 -
System Red Green Blue C M Y K H S L
Decimal 150 208 55 0.28 0 0.74 0.18 82.75 0.62 0.52
Hex 96 D0 37 1C 0 4A 12 53 3E 34
Octal 226 320 67 34 0 112 22 123 76 64
Binary 10010110 11010000 110111 11100 0 1001010 10010 1010011 111110 110100

Color Harmonies of #96D037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D037

Black with #96D037

Text Example


Text Example

White with #96D037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,208,55); }

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

background-color css

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

 a { background-color: rgb(150,208,55); }

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

border-color css

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

 span { border-color: rgb(150,208,55); }

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