#8DD838

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

Shades of Atlantis #8DD838

Tints of Atlantis #8DD838

Color information

#8DD838 (or 0x8DD838) is unknown color: approx Atlantis. HEX triplet: 8D, D8 and 38. RGB value is (141,216,56). Sum of RGB (Red+Green+Blue) = 141+216+56=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD838 is #7227C7. Grayscale: #AFAFAF. Windows color (decimal): -7481288 or 3725453. OLE color: 3725453.

HSL color Cylindrical-coordinate representation of color #8DD838: hue angle of 88.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DD838 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB14121656-
CMYK0.3500.740.15
HSL88.12º67.23%53.33%-
HSV(B)88.12º74.07%84.71%-
XYZ36.2555.0612.46-
YUV175.3360.65103.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 216 (84.77% from 255) = 52.30%
BLUE value IS 56 (22.27% from 255) = 13.56%
R=34.14%
G=52.30%
B=13.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141216560.3500.740.1588.1267.2353.33
Hex8DD8382304AF584335
Octal215330704301121713010365
Binary100011011101100011100010001101001010111110110001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,216,56); }

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

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

 a { background-color: rgb(141,216,56); }

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

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

 span { border-color: rgb(141,216,56); }

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