Html Css Color HEX #85D659 Mantis

📋 copy color: '#85D659'

red 133 ◦ green 214 ◦ blue 89

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

Shades of Mantis #85D659

Tints of Mantis #85D659

RGB

 RED value IS 133 (52.34% from 255) = 30.5%

 GREEN value IS 214 (83.98% from 255) = 49.08%

 BLUE value IS 89 (35.16% from 255) = 20.41%

R = 30.5%
G = 49.08%
B = 20.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#85D659 (or 0x85D659) is known color: Mantis. HEX triplet: 85, D6 and 59. RGB value is (133,214,89). Sum of RGB (Red+Green+Blue) = 133+214+89=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #85D659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D659 is #7A29A6. Grayscale: #AFAFAF. Windows color (decimal): -8006055 or 5887621. OLE color: 5887621.

HSL color Cylindrical-coordinate representation of color #85D659: hue angle of 98.88º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85D659 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 214 89 -
CMYK 0.38 0 0.58 0.16
HSL 98.88º 0.6% 0.59% -
HSV(B) 98.88º 0.58% 0.84% -
XYZ 35.52 53.8 17.96 -
YUV 175.53 79.16 97.66 -
System Red Green Blue C M Y K H S L
Decimal 133 214 89 0.38 0 0.58 0.16 98.88 0.6 0.59
Hex 85 D6 59 26 0 3A 10 63 3C 3B
Octal 205 326 131 46 0 72 20 143 74 73
Binary 10000101 11010110 1011001 100110 0 111010 10000 1100011 111100 111011

Color Harmonies of #85D659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D659

Black with #85D659

Text Example


Text Example

White with #85D659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85D659; }

 p { color: rgb(133,214,89); }

 H1.HeaderClassName
 {
   color: #85D659;
 }
 .AnyTagClassName
 {
   color: #85D659;
 }
</style>

background-color css

<style>
 a { background-color: #85D659; }

 a { background-color: rgb(133,214,89); }

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

border-color css

<style>
 span { border-color: #85D659; }

 span { border-color: rgb(133,214,89); }

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