Html Css Color HEX #8ED069 Mantis

📋 copy color: '#8ED069'

red 142 ◦ green 208 ◦ blue 105

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

Shades of Mantis #8ED069

Tints of Mantis #8ED069

RGB

 RED value IS 142 (55.86% from 255) = 31.21%

 GREEN value IS 208 (81.64% from 255) = 45.71%

 BLUE value IS 105 (41.41% from 255) = 23.08%

R = 31.21%
G = 45.71%
B = 23.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#8ED069 (or 0x8ED069) is known color: Mantis. HEX triplet: 8E, D0 and 69. RGB value is (142,208,105). Sum of RGB (Red+Green+Blue) = 142+208+105=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED069 is #712F96. Grayscale: #B0B0B0. Windows color (decimal): -7417751 or 6934670. OLE color: 6934670.

HSL color Cylindrical-coordinate representation of color #8ED069: hue angle of 98.45º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8ED069 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 208 105 -
CMYK 0.32 0 0.50 0.18
HSL 98.45º 0.52% 0.61% -
HSV(B) 98.45º 0.5% 0.82% -
XYZ 36.26 51.88 21.47 -
YUV 176.52 87.63 103.38 -
System Red Green Blue C M Y K H S L
Decimal 142 208 105 0.32 0 0.50 0.18 98.45 0.52 0.61
Hex 8E D0 69 20 0 32 12 62 34 3D
Octal 216 320 151 40 0 62 22 142 64 75
Binary 10001110 11010000 1101001 100000 0 110010 10010 1100010 110100 111101

Color Harmonies of #8ED069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED069

Black with #8ED069

Text Example


Text Example

White with #8ED069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,208,105); }

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

background-color css

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

 a { background-color: rgb(142,208,105); }

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

border-color css

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

 span { border-color: rgb(142,208,105); }

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