Html Css Color HEX #96CE53 Atlantis

📋 copy color: '#96CE53'

red 150 ◦ green 206 ◦ blue 83

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

Shades of Atlantis #96CE53

Tints of Atlantis #96CE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.91%

R = 34.17%
G = 46.92%
B = 18.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#96CE53 (or 0x96CE53) is known color: Atlantis. HEX triplet: 96, CE and 53. RGB value is (150,206,83). Sum of RGB (Red+Green+Blue) = 150+206+83=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CE53 is #6931AC. Grayscale: #AFAFAF. Windows color (decimal): -6893997 or 5492374. OLE color: 5492374.

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

Color convert

RGB 150 206 83 -
CMYK 0.27 0 0.60 0.19
HSL 87.32º 0.56% 0.57% -
HSV(B) 87.32º 0.6% 0.81% -
XYZ 36.21 51.25 16.17 -
YUV 175.23 75.95 110 -
System Red Green Blue C M Y K H S L
Decimal 150 206 83 0.27 0 0.60 0.19 87.32 0.56 0.57
Hex 96 CE 53 1B 0 3C 13 57 38 39
Octal 226 316 123 33 0 74 23 127 70 71
Binary 10010110 11001110 1010011 11011 0 111100 10011 1010111 111000 111001

Color Harmonies of #96CE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE53

Black with #96CE53

Text Example


Text Example

White with #96CE53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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