#8DED33

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

Shades of Atlantis #8DED33

Tints of Atlantis #8DED33

Color information

#8DED33 (or 0x8DED33) is unknown color: approx Atlantis. HEX triplet: 8D, ED and 33. RGB value is (141,237,51). Sum of RGB (Red+Green+Blue) = 141+237+51=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 237 (92.97% from 255 or 55.24% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 237 - color contains mainly: green. Hex color #8DED33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DED33 is #7212CC. Grayscale: #BBBBBB. Windows color (decimal): -7475917 or 3403149. OLE color: 3403149.

HSL color Cylindrical-coordinate representation of color #8DED33: hue angle of 90.97º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DED33 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB14123751-
CMYK0.4100.780.07
HSL90.97º83.78%56.47%-
HSV(B)90.97º78.48%92.94%-
XYZ41.8766.4713.76-
YUV187.0951.295.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.87%
GREEN value IS 237 (92.97% from 255) = 55.24%
BLUE value IS 51 (20.31% from 255) = 11.89%
R=32.87%
G=55.24%
B=11.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141237510.4100.780.0790.9783.7856.47
Hex8DED332904E75b5438
Octal21535563510116713312470
Binary10001101111011011100111010010100111011110110111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DED33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,237,51); }

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

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

 a { background-color: rgb(141,237,51); }

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

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

 span { border-color: rgb(141,237,51); }

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