Html Css Color HEX #96DF3D Atlantis

📋 copy color: '#96DF3D'

red 150 ◦ green 223 ◦ blue 61

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

Shades of Atlantis #96DF3D

Tints of Atlantis #96DF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.06%

R = 34.56%
G = 51.38%
B = 14.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#96DF3D (or 0x96DF3D) is known color: Atlantis. HEX triplet: 96, DF and 3D. RGB value is (150,223,61). Sum of RGB (Red+Green+Blue) = 150+223+61=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DF3D is #6920C2. Grayscale: #B7B7B7. Windows color (decimal): -6889667 or 4054934. OLE color: 4054934.

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

Color convert

RGB 150 223 61 -
CMYK 0.33 0 0.73 0.13
HSL 87.04º 0.72% 0.56% -
HSV(B) 87.04º 0.73% 0.87% -
XYZ 39.81 59.6 13.82 -
YUV 182.71 59.32 104.67 -
System Red Green Blue C M Y K H S L
Decimal 150 223 61 0.33 0 0.73 0.13 87.04 0.72 0.56
Hex 96 DF 3D 21 0 49 D 57 48 38
Octal 226 337 75 41 0 111 15 127 110 70
Binary 10010110 11011111 111101 100001 0 1001001 1101 1010111 1001000 111000

Color Harmonies of #96DF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF3D

Black with #96DF3D

Text Example


Text Example

White with #96DF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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