Html Css Color HEX #96CF56 Atlantis

📋 copy color: '#96CF56'

red 150 ◦ green 207 ◦ blue 86

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

Shades of Atlantis #96CF56

Tints of Atlantis #96CF56

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.73%

 BLUE value IS 86 (33.98% from 255) = 19.41%

R = 33.86%
G = 46.73%
B = 19.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#96CF56 (or 0x96CF56) is known color: Atlantis. HEX triplet: 96, CF and 56. RGB value is (150,207,86). Sum of RGB (Red+Green+Blue) = 150+207+86=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF56 is #6930A9. Grayscale: #B0B0B0. Windows color (decimal): -6893738 or 5689238. OLE color: 5689238.

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

Color convert

RGB 150 207 86 -
CMYK 0.28 0 0.58 0.19
HSL 88.26º 0.56% 0.57% -
HSV(B) 88.26º 0.58% 0.81% -
XYZ 36.57 51.78 16.87 -
YUV 176.16 77.12 109.34 -
System Red Green Blue C M Y K H S L
Decimal 150 207 86 0.28 0 0.58 0.19 88.26 0.56 0.57
Hex 96 CF 56 1C 0 3A 13 58 38 39
Octal 226 317 126 34 0 72 23 130 70 71
Binary 10010110 11001111 1010110 11100 0 111010 10011 1011000 111000 111001

Color Harmonies of #96CF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF56

Black with #96CF56

Text Example


Text Example

White with #96CF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,207,86); }

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

background-color css

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

 a { background-color: rgb(150,207,86); }

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

border-color css

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

 span { border-color: rgb(150,207,86); }

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