Html Css Color HEX #85E45E Mantis

📋 copy color: '#85E45E'

red 133 ◦ green 228 ◦ blue 94

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

Shades of Mantis #85E45E

Tints of Mantis #85E45E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.11%

 BLUE value IS 94 (37.11% from 255) = 20.66%

R = 29.23%
G = 50.11%
B = 20.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#85E45E (or 0x85E45E) is known color: Mantis. HEX triplet: 85, E4 and 5E. RGB value is (133,228,94). Sum of RGB (Red+Green+Blue) = 133+228+94=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 228 (89.45% from 255 or 50.11% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 228 - color contains mainly: green. Hex color #85E45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E45E is #7A1BA1. Grayscale: #B8B8B8. Windows color (decimal): -8002466 or 6218885. OLE color: 6218885.

HSL color Cylindrical-coordinate representation of color #85E45E: hue angle of 102.54º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85E45E is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 228 94 -
CMYK 0.42 0 0.59 0.11
HSL 102.54º 0.71% 0.63% -
HSV(B) 102.54º 0.59% 0.89% -
XYZ 39.44 61.28 20.34 -
YUV 184.32 77.03 91.4 -
System Red Green Blue C M Y K H S L
Decimal 133 228 94 0.42 0 0.59 0.11 102.54 0.71 0.63
Hex 85 E4 5E 2A 0 3B B 67 47 3F
Octal 205 344 136 52 0 73 13 147 107 77
Binary 10000101 11100100 1011110 101010 0 111011 1011 1100111 1000111 111111

Color Harmonies of #85E45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E45E

Black with #85E45E

Text Example


Text Example

White with #85E45E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,228,94); }

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

background-color css

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

 a { background-color: rgb(133,228,94); }

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

border-color css

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

 span { border-color: rgb(133,228,94); }

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