Html Css Color HEX #96DD52 Atlantis

📋 copy color: '#96DD52'

red 150 ◦ green 221 ◦ blue 82

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

Shades of Atlantis #96DD52

Tints of Atlantis #96DD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.79%

 BLUE value IS 82 (32.42% from 255) = 18.1%

R = 33.11%
G = 48.79%
B = 18.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#96DD52 (or 0x96DD52) is known color: Atlantis. HEX triplet: 96, DD and 52. RGB value is (150,221,82). Sum of RGB (Red+Green+Blue) = 150+221+82=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DD52 is #6922AD. Grayscale: #B8B8B8. Windows color (decimal): -6890158 or 5430678. OLE color: 5430678.

HSL color Cylindrical-coordinate representation of color #96DD52: hue angle of 90.65º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96DD52 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 82 -
CMYK 0.32 0 0.63 0.13
HSL 90.65º 0.67% 0.59% -
HSV(B) 90.65º 0.63% 0.87% -
XYZ 39.96 58.81 17.23 -
YUV 183.93 70.48 103.8 -
System Red Green Blue C M Y K H S L
Decimal 150 221 82 0.32 0 0.63 0.13 90.65 0.67 0.59
Hex 96 DD 52 20 0 3F D 5B 43 3B
Octal 226 335 122 40 0 77 15 133 103 73
Binary 10010110 11011101 1010010 100000 0 111111 1101 1011011 1000011 111011

Color Harmonies of #96DD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD52

Black with #96DD52

Text Example


Text Example

White with #96DD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,221,82); }

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

background-color css

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

 a { background-color: rgb(150,221,82); }

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

border-color css

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

 span { border-color: rgb(150,221,82); }

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