Html Css Color HEX #8DED51 Atlantis

📋 copy color: '#8DED51'

red 141 ◦ green 237 ◦ blue 81

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

Shades of Atlantis #8DED51

Tints of Atlantis #8DED51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.65%

R = 30.72%
G = 51.63%
B = 17.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#8DED51 (or 0x8DED51) is known color: Atlantis. HEX triplet: 8D, ED and 51. RGB value is (141,237,81). Sum of RGB (Red+Green+Blue) = 141+237+81=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #8DED51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DED51 is #7212AE. Grayscale: #BFBFBF. Windows color (decimal): -7475887 or 5369229. OLE color: 5369229.

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

Color convert

RGB 141 237 81 -
CMYK 0.41 0 0.66 0.07
HSL 96.92º 0.81% 0.62% -
HSV(B) 96.92º 0.66% 0.93% -
XYZ 42.75 66.83 18.43 -
YUV 190.51 66.2 92.68 -
System Red Green Blue C M Y K H S L
Decimal 141 237 81 0.41 0 0.66 0.07 96.92 0.81 0.62
Hex 8D ED 51 29 0 42 7 61 51 3E
Octal 215 355 121 51 0 102 7 141 121 76
Binary 10001101 11101101 1010001 101001 0 1000010 111 1100001 1010001 111110

Color Harmonies of #8DED51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DED51

Black with #8DED51

Text Example


Text Example

White with #8DED51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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