Html Css Color HEX #8CD469 Mantis

📋 copy color: '#8CD469'

red 140 ◦ green 212 ◦ blue 105

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

Shades of Mantis #8CD469

Tints of Mantis #8CD469

RGB

 RED value IS 140 (55.08% from 255) = 30.63%

 GREEN value IS 212 (83.2% from 255) = 46.39%

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

R = 30.63%
G = 46.39%
B = 22.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#8CD469 (or 0x8CD469) is known color: Mantis. HEX triplet: 8C, D4 and 69. RGB value is (140,212,105). Sum of RGB (Red+Green+Blue) = 140+212+105=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD469 is #732B96. Grayscale: #B2B2B2. Windows color (decimal): -7547799 or 6935692. OLE color: 6935692.

HSL color Cylindrical-coordinate representation of color #8CD469: hue angle of 100.37º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CD469 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 140 212 105 -
CMYK 0.34 0 0.50 0.17
HSL 100.37º 0.55% 0.62% -
HSV(B) 100.37º 0.5% 0.83% -
XYZ 36.91 53.68 21.78 -
YUV 178.27 86.65 100.7 -
System Red Green Blue C M Y K H S L
Decimal 140 212 105 0.34 0 0.50 0.17 100.37 0.55 0.62
Hex 8C D4 69 22 0 32 11 64 37 3E
Octal 214 324 151 42 0 62 21 144 67 76
Binary 10001100 11010100 1101001 100010 0 110010 10001 1100100 110111 111110

Color Harmonies of #8CD469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD469

Black with #8CD469

Text Example


Text Example

White with #8CD469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,212,105); }

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

background-color css

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

 a { background-color: rgb(140,212,105); }

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

border-color css

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

 span { border-color: rgb(140,212,105); }

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