Html Css Color HEX #96CE50 Atlantis

📋 copy color: '#96CE50'

red 150 ◦ green 206 ◦ blue 80

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

Shades of Atlantis #96CE50

Tints of Atlantis #96CE50

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.25%

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

R = 34.4%
G = 47.25%
B = 18.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#96CE50 (or 0x96CE50) is known color: Atlantis. HEX triplet: 96, CE and 50. RGB value is (150,206,80). Sum of RGB (Red+Green+Blue) = 150+206+80=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CE50 is #6931AF. Grayscale: #AFAFAF. Windows color (decimal): -6894000 or 5295766. OLE color: 5295766.

HSL color Cylindrical-coordinate representation of color #96CE50: hue angle of 86.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96CE50 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 80 -
CMYK 0.27 0 0.61 0.19
HSL 86.67º 0.56% 0.56% -
HSV(B) 86.67º 0.61% 0.81% -
XYZ 36.1 51.21 15.57 -
YUV 174.89 74.45 110.25 -
System Red Green Blue C M Y K H S L
Decimal 150 206 80 0.27 0 0.61 0.19 86.67 0.56 0.56
Hex 96 CE 50 1B 0 3D 13 57 38 38
Octal 226 316 120 33 0 75 23 127 70 70
Binary 10010110 11001110 1010000 11011 0 111101 10011 1010111 111000 111000

Color Harmonies of #96CE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE50

Black with #96CE50

Text Example


Text Example

White with #96CE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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