Html Css Color HEX #96CE55 Atlantis

📋 copy color: '#96CE55'

red 150 ◦ green 206 ◦ blue 85

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

Shades of Atlantis #96CE55

Tints of Atlantis #96CE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.27%

R = 34.01%
G = 46.71%
B = 19.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#96CE55 (or 0x96CE55) is known color: Atlantis. HEX triplet: 96, CE and 55. RGB value is (150,206,85). Sum of RGB (Red+Green+Blue) = 150+206+85=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CE55 is #6931AA. Grayscale: #AFAFAF. Windows color (decimal): -6893995 or 5623446. OLE color: 5623446.

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

Color convert

RGB 150 206 85 -
CMYK 0.27 0 0.59 0.19
HSL 87.77º 0.55% 0.57% -
HSV(B) 87.77º 0.59% 0.81% -
XYZ 36.29 51.28 16.58 -
YUV 175.46 76.95 109.84 -
System Red Green Blue C M Y K H S L
Decimal 150 206 85 0.27 0 0.59 0.19 87.77 0.55 0.57
Hex 96 CE 55 1B 0 3B 13 58 37 39
Octal 226 316 125 33 0 73 23 130 67 71
Binary 10010110 11001110 1010101 11011 0 111011 10011 1011000 110111 111001

Color Harmonies of #96CE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE55

Black with #96CE55

Text Example


Text Example

White with #96CE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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