Html Css Color HEX #96DF3F Atlantis

📋 copy color: '#96DF3F'

red 150 ◦ green 223 ◦ blue 63

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

Shades of Atlantis #96DF3F

Tints of Atlantis #96DF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.45%

R = 34.4%
G = 51.15%
B = 14.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#96DF3F (or 0x96DF3F) is known color: Atlantis. HEX triplet: 96, DF and 3F. RGB value is (150,223,63). Sum of RGB (Red+Green+Blue) = 150+223+63=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DF3F is #6920C0. Grayscale: #B7B7B7. Windows color (decimal): -6889665 or 4186006. OLE color: 4186006.

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

Color convert

RGB 150 223 63 -
CMYK 0.33 0 0.72 0.13
HSL 87.38º 0.71% 0.56% -
HSV(B) 87.38º 0.72% 0.87% -
XYZ 39.86 59.62 14.11 -
YUV 182.93 60.32 104.51 -
System Red Green Blue C M Y K H S L
Decimal 150 223 63 0.33 0 0.72 0.13 87.38 0.71 0.56
Hex 96 DF 3F 21 0 48 D 57 47 38
Octal 226 337 77 41 0 110 15 127 107 70
Binary 10010110 11011111 111111 100001 0 1001000 1101 1010111 1000111 111000

Color Harmonies of #96DF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF3F

Black with #96DF3F

Text Example


Text Example

White with #96DF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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