Html Css Color HEX #85D65F Mantis

📋 copy color: '#85D65F'

red 133 ◦ green 214 ◦ blue 95

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

Shades of Mantis #85D65F

Tints of Mantis #85D65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.49%

R = 30.09%
G = 48.42%
B = 21.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#85D65F (or 0x85D65F) is known color: Mantis. HEX triplet: 85, D6 and 5F. RGB value is (133,214,95). Sum of RGB (Red+Green+Blue) = 133+214+95=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #85D65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D65F is #7A29A0. Grayscale: #B0B0B0. Windows color (decimal): -8006049 or 6280837. OLE color: 6280837.

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

Color convert

RGB 133 214 95 -
CMYK 0.38 0 0.56 0.16
HSL 100.84º 0.59% 0.61% -
HSV(B) 100.84º 0.56% 0.84% -
XYZ 35.79 53.91 19.35 -
YUV 176.22 82.16 97.18 -
System Red Green Blue C M Y K H S L
Decimal 133 214 95 0.38 0 0.56 0.16 100.84 0.59 0.61
Hex 85 D6 5F 26 0 38 10 65 3B 3D
Octal 205 326 137 46 0 70 20 145 73 75
Binary 10000101 11010110 1011111 100110 0 111000 10000 1100101 111011 111101

Color Harmonies of #85D65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D65F

Black with #85D65F

Text Example


Text Example

White with #85D65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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