Html Css Color HEX #96DB53 Atlantis

📋 copy color: '#96DB53'

red 150 ◦ green 219 ◦ blue 83

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

Shades of Atlantis #96DB53

Tints of Atlantis #96DB53

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.45%

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

R = 33.19%
G = 48.45%
B = 18.36%

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

#96DB53 (or 0x96DB53) is known color: Atlantis. HEX triplet: 96, DB and 53. RGB value is (150,219,83). Sum of RGB (Red+Green+Blue) = 150+219+83=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DB53 is #6924AC. Grayscale: #B7B7B7. Windows color (decimal): -6890669 or 5495702. OLE color: 5495702.

HSL color Cylindrical-coordinate representation of color #96DB53: hue angle of 90.44º degrees, saturation: 0.65, 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 #96DB53 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 83 -
CMYK 0.32 0 0.62 0.14
HSL 90.44º 0.65% 0.59% -
HSV(B) 90.44º 0.62% 0.86% -
XYZ 39.47 57.77 17.25 -
YUV 182.87 71.64 104.56 -
System Red Green Blue C M Y K H S L
Decimal 150 219 83 0.32 0 0.62 0.14 90.44 0.65 0.59
Hex 96 DB 53 20 0 3E E 5A 41 3B
Octal 226 333 123 40 0 76 16 132 101 73
Binary 10010110 11011011 1010011 100000 0 111110 1110 1011010 1000001 111011

Color Harmonies of #96DB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB53

Black with #96DB53

Text Example


Text Example

White with #96DB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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