Html Css Color HEX #8DCB40 Atlantis

📋 copy color: '#8DCB40'

red 141 ◦ green 203 ◦ blue 64

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

Shades of Atlantis #8DCB40

Tints of Atlantis #8DCB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.69%

R = 34.56%
G = 49.75%
B = 15.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#8DCB40 (or 0x8DCB40) is known color: Atlantis. HEX triplet: 8D, CB and 40. RGB value is (141,203,64). Sum of RGB (Red+Green+Blue) = 141+203+64=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCB40 is #7234BF. Grayscale: #A9A9A9. Windows color (decimal): -7484608 or 4246413. OLE color: 4246413.

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

Color convert

RGB 141 203 64 -
CMYK 0.31 0 0.68 0.20
HSL 86.76º 0.57% 0.52% -
HSV(B) 86.76º 0.68% 0.8% -
XYZ 33.27 48.74 12.51 -
YUV 168.62 68.96 108.3 -
System Red Green Blue C M Y K H S L
Decimal 141 203 64 0.31 0 0.68 0.20 86.76 0.57 0.52
Hex 8D CB 40 1F 0 44 14 57 39 34
Octal 215 313 100 37 0 104 24 127 71 64
Binary 10001101 11001011 1000000 11111 0 1000100 10100 1010111 111001 110100

Color Harmonies of #8DCB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCB40

Black with #8DCB40

Text Example


Text Example

White with #8DCB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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