Html Css Color HEX #8DCC47 Atlantis

📋 copy color: '#8DCC47'

red 141 ◦ green 204 ◦ blue 71

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

Shades of Atlantis #8DCC47

Tints of Atlantis #8DCC47

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.04%

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

R = 33.89%
G = 49.04%
B = 17.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#8DCC47 (or 0x8DCC47) is known color: Atlantis. HEX triplet: 8D, CC and 47. RGB value is (141,204,71). Sum of RGB (Red+Green+Blue) = 141+204+71=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC47 is #7233B8. Grayscale: #AAAAAA. Windows color (decimal): -7484345 or 4705421. OLE color: 4705421.

HSL color Cylindrical-coordinate representation of color #8DCC47: hue angle of 88.42º 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 #8DCC47 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 204 71 -
CMYK 0.31 0 0.65 0.2
HSL 88.42º 0.57% 0.54% -
HSV(B) 88.42º 0.65% 0.8% -
XYZ 33.71 49.3 13.7 -
YUV 170 72.13 107.31 -
System Red Green Blue C M Y K H S L
Decimal 141 204 71 0.31 0 0.65 0.2 88.42 0.57 0.54
Hex 8D CC 47 1F 0 41 14 58 39 36
Octal 215 314 107 37 0 101 24 130 71 66
Binary 10001101 11001100 1000111 11111 0 1000001 10100 1011000 111001 110110

Color Harmonies of #8DCC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC47

Black with #8DCC47

Text Example


Text Example

White with #8DCC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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