#8DEB2F

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

Shades of Atlantis #8DEB2F

Tints of Atlantis #8DEB2F

Color information

#8DEB2F (or 0x8DEB2F) is unknown color: approx Atlantis. HEX triplet: 8D, EB and 2F. RGB value is (141,235,47). Sum of RGB (Red+Green+Blue) = 141+235+47=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 235 (92.19% from 255 or 55.56% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEB2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEB2F is #7214D0. Grayscale: #BABABA. Windows color (decimal): -7476433 or 3140493. OLE color: 3140493.

HSL color Cylindrical-coordinate representation of color #8DEB2F: hue angle of 90º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8DEB2F is Cyan = 0.4, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB14123547-
CMYK0.400.80.08
HSL90º82.46%55.29%-
HSV(B)90º80%92.16%-
XYZ41.2165.2813.12-
YUV185.4649.8696.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 235 (92.19% from 255) = 55.56%
BLUE value IS 47 (18.75% from 255) = 11.11%
R=33.33%
G=55.56%
B=11.11%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal141235470.400.80.089082.4655.29
Hex8DEB2F2805085a5237
Octal215353575001201013212267
Binary100011011110101110111110100001010000100010110101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,235,47); }

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

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

 a { background-color: rgb(141,235,47); }

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

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

 span { border-color: rgb(141,235,47); }

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