Html Css Color HEX #96E433 Atlantis

📋 copy color: '#96E433'

red 150 ◦ green 228 ◦ blue 51

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

Shades of Atlantis #96E433

Tints of Atlantis #96E433

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.15%

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

R = 34.97%
G = 53.15%
B = 11.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#96E433 (or 0x96E433) is known color: Atlantis. HEX triplet: 96, E4 and 33. RGB value is (150,228,51). Sum of RGB (Red+Green+Blue) = 150+228+51=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 228 (89.45% from 255 or 53.15% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 228 - color contains mainly: green. Hex color #96E433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E433 is #691BCC. Grayscale: #B9B9B9. Windows color (decimal): -6888397 or 3400854. OLE color: 3400854.

HSL color Cylindrical-coordinate representation of color #96E433: hue angle of 86.44º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96E433 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 228 51 -
CMYK 0.34 0 0.78 0.11
HSL 86.44º 0.77% 0.55% -
HSV(B) 86.44º 0.78% 0.89% -
XYZ 40.92 62.21 12.98 -
YUV 184.5 52.66 103.39 -
System Red Green Blue C M Y K H S L
Decimal 150 228 51 0.34 0 0.78 0.11 86.44 0.77 0.55
Hex 96 E4 33 22 0 4E B 56 4D 37
Octal 226 344 63 42 0 116 13 126 115 67
Binary 10010110 11100100 110011 100010 0 1001110 1011 1010110 1001101 110111

Color Harmonies of #96E433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E433

Black with #96E433

Text Example


Text Example

White with #96E433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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