#8DBB41

Color #8DBB41 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #8DBB41

Tints of Atlantis #8DBB41

Color information

#8DBB41 (or 0x8DBB41) is unknown color: approx Atlantis. HEX triplet: 8D, BB and 41. RGB value is (141,187,65). Sum of RGB (Red+Green+Blue) = 141+187+65=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBB41 is #7244BE. Grayscale: #9F9F9F. Windows color (decimal): -7488703 or 4307853. OLE color: 4307853.

HSL color Cylindrical-coordinate representation of color #8DBB41: hue angle of 82.62º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DBB41 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB14118765-
CMYK0.2500.650.27
HSL82.62º48.41%49.41%-
HSV(B)82.62º65.24%73.33%-
XYZ29.7141.5911.46-
YUV159.3474.76114.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.88%
GREEN value IS 187 (73.44% from 255) = 47.58%
BLUE value IS 65 (25.78% from 255) = 16.54%
R=35.88%
G=47.58%
B=16.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141187650.2500.650.2782.6248.4149.41
Hex8DBB41190411B533031
Octal215273101310101331236061
Binary100011011011101110000011100101000001110111010011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DBB41; }

 p { color: rgb(141,187,65); }

 H1.HeaderClassName
 {
   color: #8DBB41;
 }
 .AnyTagClassName
 {
   color: #8DBB41;
 }
</style>
background-color css

<style>
 a { background-color: #8DBB41; }

 a { background-color: rgb(141,187,65); }

 div.DivClassName
 {
   background-color: #8DBB41;
 }
 .BgClassName
 {
   background-color: #8DBB41;
 }
</style>
border-color css

<style>
 span { border-color: #8DBB41; }

 span { border-color: rgb(141,187,65); }

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