Html Css Color HEX #96CF51 Atlantis

📋 copy color: '#96CF51'

red 150 ◦ green 207 ◦ blue 81

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

Shades of Atlantis #96CF51

Tints of Atlantis #96CF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.49%

R = 34.25%
G = 47.26%
B = 18.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#96CF51 (or 0x96CF51) is known color: Atlantis. HEX triplet: 96, CF and 51. RGB value is (150,207,81). Sum of RGB (Red+Green+Blue) = 150+207+81=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF51 is #6930AE. Grayscale: #B0B0B0. Windows color (decimal): -6893743 or 5361558. OLE color: 5361558.

HSL color Cylindrical-coordinate representation of color #96CF51: hue angle of 87.14º degrees, saturation: 0.57, 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 #96CF51 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 81 -
CMYK 0.28 0 0.61 0.19
HSL 87.14º 0.57% 0.56% -
HSV(B) 87.14º 0.61% 0.81% -
XYZ 36.38 51.7 15.85 -
YUV 175.59 74.62 109.75 -
System Red Green Blue C M Y K H S L
Decimal 150 207 81 0.28 0 0.61 0.19 87.14 0.57 0.56
Hex 96 CF 51 1C 0 3D 13 57 39 38
Octal 226 317 121 34 0 75 23 127 71 70
Binary 10010110 11001111 1010001 11100 0 111101 10011 1010111 111001 111000

Color Harmonies of #96CF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF51

Black with #96CF51

Text Example


Text Example

White with #96CF51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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