Html Css Color HEX #8DCB49 Atlantis

📋 copy color: '#8DCB49'

red 141 ◦ green 203 ◦ blue 73

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

Shades of Atlantis #8DCB49

Tints of Atlantis #8DCB49

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.68%

 BLUE value IS 73 (28.91% from 255) = 17.51%

R = 33.81%
G = 48.68%
B = 17.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#8DCB49 (or 0x8DCB49) is known color: Atlantis. HEX triplet: 8D, CB and 49. RGB value is (141,203,73). Sum of RGB (Red+Green+Blue) = 141+203+73=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCB49 is #7234B6. Grayscale: #AAAAAA. Windows color (decimal): -7484599 or 4836237. OLE color: 4836237.

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

Color convert

RGB 141 203 73 -
CMYK 0.31 0 0.64 0.20
HSL 88.62º 0.56% 0.54% -
HSV(B) 88.62º 0.64% 0.8% -
XYZ 33.54 48.86 13.97 -
YUV 169.64 73.46 107.57 -
System Red Green Blue C M Y K H S L
Decimal 141 203 73 0.31 0 0.64 0.20 88.62 0.56 0.54
Hex 8D CB 49 1F 0 40 14 59 38 36
Octal 215 313 111 37 0 100 24 131 70 66
Binary 10001101 11001011 1001001 11111 0 1000000 10100 1011001 111000 110110

Color Harmonies of #8DCB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCB49

Black with #8DCB49

Text Example


Text Example

White with #8DCB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,203,73); }

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

background-color css

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

 a { background-color: rgb(141,203,73); }

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

border-color css

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

 span { border-color: rgb(141,203,73); }

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