Html Css Color HEX #85D750 Mantis

📋 copy color: '#85D750'

red 133 ◦ green 215 ◦ blue 80

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

Shades of Mantis #85D750

Tints of Mantis #85D750

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.23%

 BLUE value IS 80 (31.64% from 255) = 18.69%

R = 31.07%
G = 50.23%
B = 18.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#85D750 (or 0x85D750) is known color: Mantis. HEX triplet: 85, D7 and 50. RGB value is (133,215,80). Sum of RGB (Red+Green+Blue) = 133+215+80=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #85D750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D750 is #7A28AF. Grayscale: #AFAFAF. Windows color (decimal): -8005808 or 5298053. OLE color: 5298053.

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

Color convert

RGB 133 215 80 -
CMYK 0.38 0 0.63 0.16
HSL 96.44º 0.63% 0.58% -
HSV(B) 96.44º 0.63% 0.84% -
XYZ 35.42 54.17 16.18 -
YUV 175.09 74.33 97.98 -
System Red Green Blue C M Y K H S L
Decimal 133 215 80 0.38 0 0.63 0.16 96.44 0.63 0.58
Hex 85 D7 50 26 0 3F 10 60 3F 3A
Octal 205 327 120 46 0 77 20 140 77 72
Binary 10000101 11010111 1010000 100110 0 111111 10000 1100000 111111 111010

Color Harmonies of #85D750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D750

Black with #85D750

Text Example


Text Example

White with #85D750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,215,80); }

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

background-color css

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

 a { background-color: rgb(133,215,80); }

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

border-color css

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

 span { border-color: rgb(133,215,80); }

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