Html Css Color HEX #8CDD4F Mantis

📋 copy color: '#8CDD4F'

red 140 ◦ green 221 ◦ blue 79

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

Shades of Mantis #8CDD4F

Tints of Mantis #8CDD4F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.23%

 BLUE value IS 79 (31.25% from 255) = 17.95%

R = 31.82%
G = 50.23%
B = 17.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#8CDD4F (or 0x8CDD4F) is known color: Mantis. HEX triplet: 8C, DD and 4F. RGB value is (140,221,79). Sum of RGB (Red+Green+Blue) = 140+221+79=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD4F is #7322B0. Grayscale: #B5B5B5. Windows color (decimal): -7545521 or 5234060. OLE color: 5234060.

HSL color Cylindrical-coordinate representation of color #8CDD4F: hue angle of 94.23º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CDD4F is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 221 79 -
CMYK 0.37 0 0.64 0.13
HSL 94.23º 0.68% 0.59% -
HSV(B) 94.23º 0.64% 0.87% -
XYZ 38.08 57.85 16.56 -
YUV 180.59 70.66 99.05 -
System Red Green Blue C M Y K H S L
Decimal 140 221 79 0.37 0 0.64 0.13 94.23 0.68 0.59
Hex 8C DD 4F 25 0 40 D 5E 44 3B
Octal 214 335 117 45 0 100 15 136 104 73
Binary 10001100 11011101 1001111 100101 0 1000000 1101 1011110 1000100 111011

Color Harmonies of #8CDD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD4F

Black with #8CDD4F

Text Example


Text Example

White with #8CDD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,79); }

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

background-color css

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

 a { background-color: rgb(140,221,79); }

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

border-color css

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

 span { border-color: rgb(140,221,79); }

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