Html Css Color HEX #96DD33 Atlantis

📋 copy color: '#96DD33'

red 150 ◦ green 221 ◦ blue 51

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

Shades of Atlantis #96DD33

Tints of Atlantis #96DD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.09%

R = 35.55%
G = 52.37%
B = 12.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#96DD33 (or 0x96DD33) is known color: Atlantis. HEX triplet: 96, DD and 33. RGB value is (150,221,51). Sum of RGB (Red+Green+Blue) = 150+221+51=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DD33 is #6922CC. Grayscale: #B5B5B5. Windows color (decimal): -6890189 or 3399062. OLE color: 3399062.

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

Color convert

RGB 150 221 51 -
CMYK 0.32 0 0.77 0.13
HSL 85.06º 0.71% 0.53% -
HSV(B) 85.06º 0.77% 0.87% -
XYZ 39.03 58.44 12.35 -
YUV 180.39 54.98 106.32 -
System Red Green Blue C M Y K H S L
Decimal 150 221 51 0.32 0 0.77 0.13 85.06 0.71 0.53
Hex 96 DD 33 20 0 4D D 55 47 35
Octal 226 335 63 40 0 115 15 125 107 65
Binary 10010110 11011101 110011 100000 0 1001101 1101 1010101 1000111 110101

Color Harmonies of #96DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD33

Black with #96DD33

Text Example


Text Example

White with #96DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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