#8DD448

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

Shades of Atlantis #8DD448

Tints of Atlantis #8DD448

Color information

#8DD448 (or 0x8DD448) is unknown color: approx Atlantis. HEX triplet: 8D, D4 and 48. RGB value is (141,212,72). Sum of RGB (Red+Green+Blue) = 141+212+72=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD448 is #722BB7. Grayscale: #AFAFAF. Windows color (decimal): -7482296 or 4773005. OLE color: 4773005.

HSL color Cylindrical-coordinate representation of color #8DD448: hue angle of 90.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DD448 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB14121272-
CMYK0.3300.660.17
HSL90.43º61.95%55.69%-
HSV(B)90.43º66.04%83.14%-
XYZ35.753.2214.52-
YUV174.8169.98103.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 212 (83.20% from 255) = 49.88%
BLUE value IS 72 (28.52% from 255) = 16.94%
R=33.18%
G=49.88%
B=16.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal141212720.3300.660.1790.4361.9555.69
Hex8DD44821042115a3e38
Octal215324110410102211327670
Binary1000110111010100100100010000101000010100011011010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,212,72); }

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

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

 a { background-color: rgb(141,212,72); }

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

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

 span { border-color: rgb(141,212,72); }

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