Html Css Color HEX #8DED36 Atlantis

📋 copy color: '#8DED36'

red 141 ◦ green 237 ◦ blue 54

#8DED36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #8DED36

Tints of Atlantis #8DED36

RGB

 RED value IS 141 (55.47% from 255) = 32.64%

 GREEN value IS 237 (92.97% from 255) = 54.86%

 BLUE value IS 54 (21.48% from 255) = 12.5%

R = 32.64%
G = 54.86%
B = 12.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#8DED36 (or 0x8DED36) is known color: Atlantis. HEX triplet: 8D, ED and 36. RGB value is (141,237,54). Sum of RGB (Red+Green+Blue) = 141+237+54=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 237 (92.97% from 255 or 54.86% from 432); Blue value is 54 (21.48% from 255 or 12.5% from 432); Max value from RGB is 237 - color contains mainly: green. Hex color #8DED36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DED36 is #7212C9. Grayscale: #BCBCBC. Windows color (decimal): -7475914 or 3599757. OLE color: 3599757.

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

Color convert

RGB 141 237 54 -
CMYK 0.41 0 0.77 0.07
HSL 91.48º 0.84% 0.57% -
HSV(B) 91.48º 0.77% 0.93% -
XYZ 41.93 66.5 14.12 -
YUV 187.43 52.7 94.88 -
System Red Green Blue C M Y K H S L
Decimal 141 237 54 0.41 0 0.77 0.07 91.48 0.84 0.57
Hex 8D ED 36 29 0 4D 7 5B 54 39
Octal 215 355 66 51 0 115 7 133 124 71
Binary 10001101 11101101 110110 101001 0 1001101 111 1011011 1010100 111001

Color Harmonies of #8DED36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DED36

Black with #8DED36

Text Example


Text Example

White with #8DED36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DED36;
 }
 .AnyTagClassName
 {
   color: #8DED36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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