Html Css Color HEX #96DB48 Atlantis

📋 copy color: '#96DB48'

red 150 ◦ green 219 ◦ blue 72

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

Shades of Atlantis #96DB48

Tints of Atlantis #96DB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.33%

R = 34.01%
G = 49.66%
B = 16.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#96DB48 (or 0x96DB48) is known color: Atlantis. HEX triplet: 96, DB and 48. RGB value is (150,219,72). Sum of RGB (Red+Green+Blue) = 150+219+72=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DB48 is #6924B7. Grayscale: #B6B6B6. Windows color (decimal): -6890680 or 4774806. OLE color: 4774806.

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

Color convert

RGB 150 219 72 -
CMYK 0.32 0 0.67 0.14
HSL 88.16º 0.67% 0.57% -
HSV(B) 88.16º 0.67% 0.86% -
XYZ 39.08 57.61 15.19 -
YUV 181.61 66.14 105.45 -
System Red Green Blue C M Y K H S L
Decimal 150 219 72 0.32 0 0.67 0.14 88.16 0.67 0.57
Hex 96 DB 48 20 0 43 E 58 43 39
Octal 226 333 110 40 0 103 16 130 103 71
Binary 10010110 11011011 1001000 100000 0 1000011 1110 1011000 1000011 111001

Color Harmonies of #96DB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB48

Black with #96DB48

Text Example


Text Example

White with #96DB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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