Html Css Color HEX #8DD740 Atlantis

📋 copy color: '#8DD740'

red 141 ◦ green 215 ◦ blue 64

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

Shades of Atlantis #8DD740

Tints of Atlantis #8DD740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.19%

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

R = 33.57%
G = 51.19%
B = 15.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#8DD740 (or 0x8DD740) is known color: Atlantis. HEX triplet: 8D, D7 and 40. RGB value is (141,215,64). Sum of RGB (Red+Green+Blue) = 141+215+64=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD740 is #7228BF. Grayscale: #B0B0B0. Windows color (decimal): -7481536 or 4249485. OLE color: 4249485.

HSL color Cylindrical-coordinate representation of color #8DD740: hue angle of 89.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DD740 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 215 64 -
CMYK 0.34 0 0.70 0.16
HSL 89.4º 0.65% 0.55% -
HSV(B) 89.4º 0.7% 0.84% -
XYZ 36.21 54.63 13.49 -
YUV 175.66 64.98 103.28 -
System Red Green Blue C M Y K H S L
Decimal 141 215 64 0.34 0 0.70 0.16 89.4 0.65 0.55
Hex 8D D7 40 22 0 46 10 59 41 37
Octal 215 327 100 42 0 106 20 131 101 67
Binary 10001101 11010111 1000000 100010 0 1000110 10000 1011001 1000001 110111

Color Harmonies of #8DD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD740

Black with #8DD740

Text Example


Text Example

White with #8DD740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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