Html Css Color HEX #96DC53 Atlantis

📋 copy color: '#96DC53'

red 150 ◦ green 220 ◦ blue 83

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

Shades of Atlantis #96DC53

Tints of Atlantis #96DC53

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.57%

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

R = 33.11%
G = 48.57%
B = 18.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#96DC53 (or 0x96DC53) is known color: Atlantis. HEX triplet: 96, DC and 53. RGB value is (150,220,83). Sum of RGB (Red+Green+Blue) = 150+220+83=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DC53 is #6923AC. Grayscale: #B7B7B7. Windows color (decimal): -6890413 or 5495958. OLE color: 5495958.

HSL color Cylindrical-coordinate representation of color #96DC53: hue angle of 90.66º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96DC53 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 220 83 -
CMYK 0.32 0 0.62 0.14
HSL 90.66º 0.66% 0.59% -
HSV(B) 90.66º 0.62% 0.86% -
XYZ 39.73 58.29 17.34 -
YUV 183.45 71.31 104.14 -
System Red Green Blue C M Y K H S L
Decimal 150 220 83 0.32 0 0.62 0.14 90.66 0.66 0.59
Hex 96 DC 53 20 0 3E E 5B 42 3B
Octal 226 334 123 40 0 76 16 133 102 73
Binary 10010110 11011100 1010011 100000 0 111110 1110 1011011 1000010 111011

Color Harmonies of #96DC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DC53

Black with #96DC53

Text Example


Text Example

White with #96DC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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