Html Css Color HEX #96D250 Atlantis

📋 copy color: '#96D250'

red 150 ◦ green 210 ◦ blue 80

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

Shades of Atlantis #96D250

Tints of Atlantis #96D250

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.73%

 BLUE value IS 80 (31.64% from 255) = 18.18%

R = 34.09%
G = 47.73%
B = 18.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#96D250 (or 0x96D250) is known color: Atlantis. HEX triplet: 96, D2 and 50. RGB value is (150,210,80). Sum of RGB (Red+Green+Blue) = 150+210+80=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #96D250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D250 is #692DAF. Grayscale: #B1B1B1. Windows color (decimal): -6892976 or 5296790. OLE color: 5296790.

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

Color convert

RGB 150 210 80 -
CMYK 0.29 0 0.62 0.18
HSL 87.69º 0.59% 0.57% -
HSV(B) 87.69º 0.62% 0.82% -
XYZ 37.07 53.16 15.9 -
YUV 177.24 73.12 108.57 -
System Red Green Blue C M Y K H S L
Decimal 150 210 80 0.29 0 0.62 0.18 87.69 0.59 0.57
Hex 96 D2 50 1D 0 3E 12 58 3B 39
Octal 226 322 120 35 0 76 22 130 73 71
Binary 10010110 11010010 1010000 11101 0 111110 10010 1011000 111011 111001

Color Harmonies of #96D250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D250

Black with #96D250

Text Example


Text Example

White with #96D250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,210,80); }

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

background-color css

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

 a { background-color: rgb(150,210,80); }

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

border-color css

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

 span { border-color: rgb(150,210,80); }

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