Html Css Color HEX #96BD41 Atlantis

📋 copy color: '#96BD41'

red 150 ◦ green 189 ◦ blue 65

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

Shades of Atlantis #96BD41

Tints of Atlantis #96BD41

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.78%

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

R = 37.13%
G = 46.78%
B = 16.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#96BD41 (or 0x96BD41) is known color: Atlantis. HEX triplet: 96, BD and 41. RGB value is (150,189,65). Sum of RGB (Red+Green+Blue) = 150+189+65=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD41 is #6942BE. Grayscale: #A3A3A3. Windows color (decimal): -6898367 or 4308374. OLE color: 4308374.

HSL color Cylindrical-coordinate representation of color #96BD41: hue angle of 78.87º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96BD41 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 189 65 -
CMYK 0.21 0 0.66 0.26
HSL 78.87º 0.49% 0.5% -
HSV(B) 78.87º 0.66% 0.74% -
XYZ 31.73 43.26 11.68 -
YUV 163.2 72.58 118.58 -
System Red Green Blue C M Y K H S L
Decimal 150 189 65 0.21 0 0.66 0.26 78.87 0.49 0.5
Hex 96 BD 41 15 0 42 1A 4F 31 32
Octal 226 275 101 25 0 102 32 117 61 62
Binary 10010110 10111101 1000001 10101 0 1000010 11010 1001111 110001 110010

Color Harmonies of #96BD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD41

Black with #96BD41

Text Example


Text Example

White with #96BD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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