Html Css Color HEX #8DCC48 Atlantis

📋 copy color: '#8DCC48'

red 141 ◦ green 204 ◦ blue 72

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

Shades of Atlantis #8DCC48

Tints of Atlantis #8DCC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.27%

R = 33.81%
G = 48.92%
B = 17.27%

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

#8DCC48 (or 0x8DCC48) is known color: Atlantis. HEX triplet: 8D, CC and 48. RGB value is (141,204,72). Sum of RGB (Red+Green+Blue) = 141+204+72=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC48 is #7233B7. Grayscale: #AAAAAA. Windows color (decimal): -7484344 or 4770957. OLE color: 4770957.

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

Color convert

RGB 141 204 72 -
CMYK 0.31 0 0.65 0.2
HSL 88.64º 0.56% 0.54% -
HSV(B) 88.64º 0.65% 0.8% -
XYZ 33.75 49.32 13.87 -
YUV 170.12 72.63 107.23 -
System Red Green Blue C M Y K H S L
Decimal 141 204 72 0.31 0 0.65 0.2 88.64 0.56 0.54
Hex 8D CC 48 1F 0 41 14 59 38 36
Octal 215 314 110 37 0 101 24 131 70 66
Binary 10001101 11001100 1001000 11111 0 1000001 10100 1011001 111000 110110

Color Harmonies of #8DCC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC48

Black with #8DCC48

Text Example


Text Example

White with #8DCC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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