#8DD74D

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

Shades of Atlantis #8DD74D

Tints of Atlantis #8DD74D

Color information

#8DD74D (or 0x8DD74D) is unknown color: approx Atlantis. HEX triplet: 8D, D7 and 4D. RGB value is (141,215,77). Sum of RGB (Red+Green+Blue) = 141+215+77=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD74D is #7228B2. Grayscale: #B1B1B1. Windows color (decimal): -7481523 or 5101453. OLE color: 5101453.

HSL color Cylindrical-coordinate representation of color #8DD74D: hue angle of 92.17º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DD74D is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB14121577-
CMYK0.3400.640.16
HSL92.17º63.3%57.25%-
HSV(B)92.17º64.19%84.31%-
XYZ36.6254.815.67-
YUV177.1471.48102.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 215 (84.38% from 255) = 49.65%
BLUE value IS 77 (30.47% from 255) = 17.78%
R=32.56%
G=49.65%
B=17.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141215770.3400.640.1692.1763.357.25
Hex8DD74D22040105c3f39
Octal215327115420100201347771
Binary1000110111010111100110110001001000000100001011100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,215,77); }

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

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

 a { background-color: rgb(141,215,77); }

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

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

 span { border-color: rgb(141,215,77); }

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