Html Css Color HEX #96D641 Atlantis

📋 copy color: '#96D641'

red 150 ◦ green 214 ◦ blue 65

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

Shades of Atlantis #96D641

Tints of Atlantis #96D641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.88%

 BLUE value IS 65 (25.78% from 255) = 15.15%

R = 34.97%
G = 49.88%
B = 15.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#96D641 (or 0x96D641) is known color: Atlantis. HEX triplet: 96, D6 and 41. RGB value is (150,214,65). Sum of RGB (Red+Green+Blue) = 150+214+65=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #96D641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D641 is #6929BE. Grayscale: #B2B2B2. Windows color (decimal): -6891967 or 4314774. OLE color: 4314774.

HSL color Cylindrical-coordinate representation of color #96D641: hue angle of 85.77º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96D641 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 65 -
CMYK 0.30 0 0.70 0.16
HSL 85.77º 0.65% 0.55% -
HSV(B) 85.77º 0.7% 0.84% -
XYZ 37.58 54.96 13.63 -
YUV 177.88 64.3 108.12 -
System Red Green Blue C M Y K H S L
Decimal 150 214 65 0.30 0 0.70 0.16 85.77 0.65 0.55
Hex 96 D6 41 1E 0 46 10 56 41 37
Octal 226 326 101 36 0 106 20 126 101 67
Binary 10010110 11010110 1000001 11110 0 1000110 10000 1010110 1000001 110111

Color Harmonies of #96D641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D641

Black with #96D641

Text Example


Text Example

White with #96D641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,214,65); }

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

background-color css

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

 a { background-color: rgb(150,214,65); }

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

border-color css

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

 span { border-color: rgb(150,214,65); }

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