Html Css Color HEX #85E94E Mantis

📋 copy color: '#85E94E'

red 133 ◦ green 233 ◦ blue 78

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

Shades of Mantis #85E94E

Tints of Mantis #85E94E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.48%

 BLUE value IS 78 (30.86% from 255) = 17.57%

R = 29.95%
G = 52.48%
B = 17.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#85E94E (or 0x85E94E) is known color: Mantis. HEX triplet: 85, E9 and 4E. RGB value is (133,233,78). Sum of RGB (Red+Green+Blue) = 133+233+78=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 233 (91.41% from 255 or 52.48% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 233 - color contains mainly: green. Hex color #85E94E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E94E is #7A16B1. Grayscale: #B9B9B9. Windows color (decimal): -8001202 or 5171589. OLE color: 5171589.

HSL color Cylindrical-coordinate representation of color #85E94E: hue angle of 98.71º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85E94E is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 78 -
CMYK 0.43 0 0.67 0.09
HSL 98.71º 0.78% 0.61% -
HSV(B) 98.71º 0.67% 0.91% -
XYZ 40.19 63.81 17.41 -
YUV 185.43 67.37 90.6 -
System Red Green Blue C M Y K H S L
Decimal 133 233 78 0.43 0 0.67 0.09 98.71 0.78 0.61
Hex 85 E9 4E 2B 0 43 9 63 4E 3D
Octal 205 351 116 53 0 103 11 143 116 75
Binary 10000101 11101001 1001110 101011 0 1000011 1001 1100011 1001110 111101

Color Harmonies of #85E94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E94E

Black with #85E94E

Text Example


Text Example

White with #85E94E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,233,78); }

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

background-color css

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

 a { background-color: rgb(133,233,78); }

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

border-color css

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

 span { border-color: rgb(133,233,78); }

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