Html Css Color HEX #8DCF68 Mantis

📋 copy color: '#8DCF68'

red 141 ◦ green 207 ◦ blue 104

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

Shades of Mantis #8DCF68

Tints of Mantis #8DCF68

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.8%

 BLUE value IS 104 (41.02% from 255) = 23.01%

R = 31.19%
G = 45.8%
B = 23.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#8DCF68 (or 0x8DCF68) is known color: Mantis. HEX triplet: 8D, CF and 68. RGB value is (141,207,104). Sum of RGB (Red+Green+Blue) = 141+207+104=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCF68 is #723097. Grayscale: #AFAFAF. Windows color (decimal): -7483544 or 6868877. OLE color: 6868877.

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

Color convert

RGB 141 207 104 -
CMYK 0.32 0 0.50 0.19
HSL 98.45º 0.52% 0.61% -
HSV(B) 98.45º 0.5% 0.81% -
XYZ 35.8 51.29 21.11 -
YUV 175.52 87.63 103.38 -
System Red Green Blue C M Y K H S L
Decimal 141 207 104 0.32 0 0.50 0.19 98.45 0.52 0.61
Hex 8D CF 68 20 0 32 13 62 34 3D
Octal 215 317 150 40 0 62 23 142 64 75
Binary 10001101 11001111 1101000 100000 0 110010 10011 1100010 110100 111101

Color Harmonies of #8DCF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCF68

Black with #8DCF68

Text Example


Text Example

White with #8DCF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,207,104); }

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

background-color css

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

 a { background-color: rgb(141,207,104); }

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

border-color css

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

 span { border-color: rgb(141,207,104); }

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