Html Css Color HEX #8DED47 Atlantis

📋 copy color: '#8DED47'

red 141 ◦ green 237 ◦ blue 71

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

Shades of Atlantis #8DED47

Tints of Atlantis #8DED47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.81%

R = 31.4%
G = 52.78%
B = 15.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#8DED47 (or 0x8DED47) is known color: Atlantis. HEX triplet: 8D, ED and 47. RGB value is (141,237,71). Sum of RGB (Red+Green+Blue) = 141+237+71=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #8DED47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DED47 is #7212B8. Grayscale: #BDBDBD. Windows color (decimal): -7475897 or 4713869. OLE color: 4713869.

HSL color Cylindrical-coordinate representation of color #8DED47: hue angle of 94.7º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DED47 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 237 71 -
CMYK 0.41 0 0.70 0.07
HSL 94.7º 0.82% 0.6% -
HSV(B) 94.7º 0.7% 0.93% -
XYZ 42.41 66.69 16.6 -
YUV 189.37 61.2 93.5 -
System Red Green Blue C M Y K H S L
Decimal 141 237 71 0.41 0 0.70 0.07 94.7 0.82 0.6
Hex 8D ED 47 29 0 46 7 5F 52 3C
Octal 215 355 107 51 0 106 7 137 122 74
Binary 10001101 11101101 1000111 101001 0 1000110 111 1011111 1010010 111100

Color Harmonies of #8DED47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DED47

Black with #8DED47

Text Example


Text Example

White with #8DED47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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