Html Css Color HEX #8DCD47 Atlantis

📋 copy color: '#8DCD47'

red 141 ◦ green 205 ◦ blue 71

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

Shades of Atlantis #8DCD47

Tints of Atlantis #8DCD47

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.16%

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

R = 33.81%
G = 49.16%
B = 17.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#8DCD47 (or 0x8DCD47) is known color: Atlantis. HEX triplet: 8D, CD and 47. RGB value is (141,205,71). Sum of RGB (Red+Green+Blue) = 141+205+71=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCD47 is #7232B8. Grayscale: #ABABAB. Windows color (decimal): -7484089 or 4705677. OLE color: 4705677.

HSL color Cylindrical-coordinate representation of color #8DCD47: hue angle of 88.66º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DCD47 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 205 71 -
CMYK 0.31 0 0.65 0.20
HSL 88.66º 0.57% 0.54% -
HSV(B) 88.66º 0.65% 0.8% -
XYZ 33.95 49.78 13.78 -
YUV 170.59 71.8 106.9 -
System Red Green Blue C M Y K H S L
Decimal 141 205 71 0.31 0 0.65 0.20 88.66 0.57 0.54
Hex 8D CD 47 1F 0 41 14 59 39 36
Octal 215 315 107 37 0 101 24 131 71 66
Binary 10001101 11001101 1000111 11111 0 1000001 10100 1011001 111001 110110

Color Harmonies of #8DCD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCD47

Black with #8DCD47

Text Example


Text Example

White with #8DCD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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