Html Css Color HEX #96DF42 Atlantis

📋 copy color: '#96DF42'

red 150 ◦ green 223 ◦ blue 66

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

Shades of Atlantis #96DF42

Tints of Atlantis #96DF42

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.8%

 BLUE value IS 66 (26.17% from 255) = 15.03%

R = 34.17%
G = 50.8%
B = 15.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#96DF42 (or 0x96DF42) is known color: Atlantis. HEX triplet: 96, DF and 42. RGB value is (150,223,66). Sum of RGB (Red+Green+Blue) = 150+223+66=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DF42 is #6920BD. Grayscale: #B7B7B7. Windows color (decimal): -6889662 or 4382614. OLE color: 4382614.

HSL color Cylindrical-coordinate representation of color #96DF42: hue angle of 87.9º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96DF42 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 223 66 -
CMYK 0.33 0 0.70 0.13
HSL 87.9º 0.71% 0.57% -
HSV(B) 87.9º 0.7% 0.87% -
XYZ 39.95 59.65 14.56 -
YUV 183.28 61.82 104.27 -
System Red Green Blue C M Y K H S L
Decimal 150 223 66 0.33 0 0.70 0.13 87.9 0.71 0.57
Hex 96 DF 42 21 0 46 D 58 47 39
Octal 226 337 102 41 0 106 15 130 107 71
Binary 10010110 11011111 1000010 100001 0 1000110 1101 1011000 1000111 111001

Color Harmonies of #96DF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF42

Black with #96DF42

Text Example


Text Example

White with #96DF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,223,66); }

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

background-color css

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

 a { background-color: rgb(150,223,66); }

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

border-color css

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

 span { border-color: rgb(150,223,66); }

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