Html Css Color HEX #96D543 Atlantis

📋 copy color: '#96D543'

red 150 ◦ green 213 ◦ blue 67

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

Shades of Atlantis #96D543

Tints of Atlantis #96D543

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.53%

 BLUE value IS 67 (26.56% from 255) = 15.58%

R = 34.88%
G = 49.53%
B = 15.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#96D543 (or 0x96D543) is known color: Atlantis. HEX triplet: 96, D5 and 43. RGB value is (150,213,67). Sum of RGB (Red+Green+Blue) = 150+213+67=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #96D543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D543 is #692ABC. Grayscale: #B2B2B2. Windows color (decimal): -6892221 or 4445590. OLE color: 4445590.

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

Color convert

RGB 150 213 67 -
CMYK 0.30 0 0.69 0.16
HSL 85.89º 0.63% 0.55% -
HSV(B) 85.89º 0.69% 0.84% -
XYZ 37.39 54.48 13.86 -
YUV 177.52 65.63 108.37 -
System Red Green Blue C M Y K H S L
Decimal 150 213 67 0.30 0 0.69 0.16 85.89 0.63 0.55
Hex 96 D5 43 1E 0 45 10 56 3F 37
Octal 226 325 103 36 0 105 20 126 77 67
Binary 10010110 11010101 1000011 11110 0 1000101 10000 1010110 111111 110111

Color Harmonies of #96D543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D543

Black with #96D543

Text Example


Text Example

White with #96D543

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,213,67); }

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

background-color css

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

 a { background-color: rgb(150,213,67); }

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

border-color css

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

 span { border-color: rgb(150,213,67); }

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