Html Css Color HEX #85F051 Mantis

📋 copy color: '#85F051'

red 133 ◦ green 240 ◦ blue 81

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

Shades of Mantis #85F051

Tints of Mantis #85F051

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.86%

 BLUE value IS 81 (32.03% from 255) = 17.84%

R = 29.3%
G = 52.86%
B = 17.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#85F051 (or 0x85F051) is known color: Mantis. HEX triplet: 85, F0 and 51. RGB value is (133,240,81). Sum of RGB (Red+Green+Blue) = 133+240+81=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #85F051 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F051 is #7A0FAE. Grayscale: #BEBEBE. Windows color (decimal): -7999407 or 5369989. OLE color: 5369989.

HSL color Cylindrical-coordinate representation of color #85F051: hue angle of 100.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85F051 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 240 81 -
CMYK 0.45 0 0.66 0.06
HSL 100.38º 0.84% 0.63% -
HSV(B) 100.38º 0.66% 0.94% -
XYZ 42.32 67.9 18.66 -
YUV 189.88 66.55 87.43 -
System Red Green Blue C M Y K H S L
Decimal 133 240 81 0.45 0 0.66 0.06 100.38 0.84 0.63
Hex 85 F0 51 2D 0 42 6 64 54 3F
Octal 205 360 121 55 0 102 6 144 124 77
Binary 10000101 11110000 1010001 101101 0 1000010 110 1100100 1010100 111111

Color Harmonies of #85F051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F051

Black with #85F051

Text Example


Text Example

White with #85F051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,240,81); }

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

background-color css

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

 a { background-color: rgb(133,240,81); }

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

border-color css

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

 span { border-color: rgb(133,240,81); }

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