#8DDE36

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

Shades of Atlantis #8DDE36

Tints of Atlantis #8DDE36

Color information

#8DDE36 (or 0x8DDE36) is unknown color: approx Atlantis. HEX triplet: 8D, DE and 36. RGB value is (141,222,54). Sum of RGB (Red+Green+Blue) = 141+222+54=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDE36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDE36 is #7221C9. Grayscale: #B3B3B3. Windows color (decimal): -7479754 or 3595917. OLE color: 3595917.

HSL color Cylindrical-coordinate representation of color #8DDE36: hue angle of 88.93º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DDE36 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB14122254-
CMYK0.3600.760.13
HSL88.93º71.79%54.12%-
HSV(B)88.93º75.68%87.06%-
XYZ37.7758.1712.73-
YUV178.6357.66101.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.81%
GREEN value IS 222 (87.11% from 255) = 53.24%
BLUE value IS 54 (21.48% from 255) = 12.95%
R=33.81%
G=53.24%
B=12.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141222540.3600.760.1388.9371.7954.12
Hex8DDE362404CD594836
Octal215336664401141513111066
Binary100011011101111011011010010001001100110110110011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,222,54); }

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

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

 a { background-color: rgb(141,222,54); }

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

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

 span { border-color: rgb(141,222,54); }

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