#8DD04B

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

Shades of Atlantis #8DD04B

Tints of Atlantis #8DD04B

Color information

#8DD04B (or 0x8DD04B) is unknown color: approx Atlantis. HEX triplet: 8D, D0 and 4B. RGB value is (141,208,75). Sum of RGB (Red+Green+Blue) = 141+208+75=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD04B is #722FB4. Grayscale: #ADADAD. Windows color (decimal): -7483317 or 4968589. OLE color: 4968589.

HSL color Cylindrical-coordinate representation of color #8DD04B: hue angle of 90.23º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DD04B is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB14120875-
CMYK0.3200.640.18
HSL90.23º58.59%55.49%-
HSV(B)90.23º63.94%81.57%-
XYZ34.8151.2814.72-
YUV172.872.8105.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.25%
GREEN value IS 208 (81.64% from 255) = 49.06%
BLUE value IS 75 (29.69% from 255) = 17.69%
R=33.25%
G=49.06%
B=17.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141208750.3200.640.1890.2358.5955.49
Hex8DD04B20040125a3b37
Octal215320113400100221327367
Binary1000110111010000100101110000001000000100101011010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,208,75); }

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

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

 a { background-color: rgb(141,208,75); }

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

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

 span { border-color: rgb(141,208,75); }

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