Html Css Color HEX #86CF69 Mantis

📋 copy color: '#86CF69'

red 134 ◦ green 207 ◦ blue 105

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

Shades of Mantis #86CF69

Tints of Mantis #86CF69

RGB

 RED value IS 134 (52.73% from 255) = 30.04%

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

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

R = 30.04%
G = 46.41%
B = 23.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#86CF69 (or 0x86CF69) is known color: Mantis. HEX triplet: 86, CF and 69. RGB value is (134,207,105). Sum of RGB (Red+Green+Blue) = 134+207+105=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CF69 is #793096. Grayscale: #ADADAD. Windows color (decimal): -7942295 or 6934406. OLE color: 6934406.

HSL color Cylindrical-coordinate representation of color #86CF69: hue angle of 102.94º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86CF69 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 207 105 -
CMYK 0.35 0 0.49 0.19
HSL 102.94º 0.52% 0.61% -
HSV(B) 102.94º 0.49% 0.81% -
XYZ 34.69 50.71 21.32 -
YUV 173.55 89.32 99.79 -
System Red Green Blue C M Y K H S L
Decimal 134 207 105 0.35 0 0.49 0.19 102.94 0.52 0.61
Hex 86 CF 69 23 0 31 13 67 34 3D
Octal 206 317 151 43 0 61 23 147 64 75
Binary 10000110 11001111 1101001 100011 0 110001 10011 1100111 110100 111101

Color Harmonies of #86CF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CF69

Black with #86CF69

Text Example


Text Example

White with #86CF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86CF69; }

 p { color: rgb(134,207,105); }

 H1.HeaderClassName
 {
   color: #86CF69;
 }
 .AnyTagClassName
 {
   color: #86CF69;
 }
</style>

background-color css

<style>
 a { background-color: #86CF69; }

 a { background-color: rgb(134,207,105); }

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

border-color css

<style>
 span { border-color: #86CF69; }

 span { border-color: rgb(134,207,105); }

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