Html Css Color HEX #85C25F Mantis

📋 copy color: '#85C25F'

red 133 ◦ green 194 ◦ blue 95

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

Shades of Mantis #85C25F

Tints of Mantis #85C25F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.97%

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

R = 31.52%
G = 45.97%
B = 22.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#85C25F (or 0x85C25F) is known color: Mantis. HEX triplet: 85, C2 and 5F. RGB value is (133,194,95). Sum of RGB (Red+Green+Blue) = 133+194+95=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #85C25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C25F is #7A3DA0. Grayscale: #A4A4A4. Windows color (decimal): -8011169 or 6275717. OLE color: 6275717.

HSL color Cylindrical-coordinate representation of color #85C25F: hue angle of 96.97º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85C25F is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 95 -
CMYK 0.31 0 0.51 0.24
HSL 96.97º 0.45% 0.57% -
HSV(B) 96.97º 0.51% 0.76% -
XYZ 31.03 44.4 17.76 -
YUV 164.48 88.79 105.55 -
System Red Green Blue C M Y K H S L
Decimal 133 194 95 0.31 0 0.51 0.24 96.97 0.45 0.57
Hex 85 C2 5F 1F 0 33 18 61 2D 39
Octal 205 302 137 37 0 63 30 141 55 71
Binary 10000101 11000010 1011111 11111 0 110011 11000 1100001 101101 111001

Color Harmonies of #85C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C25F

Black with #85C25F

Text Example


Text Example

White with #85C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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