Html Css Color HEX #85E35E Mantis

📋 copy color: '#85E35E'

red 133 ◦ green 227 ◦ blue 94

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

Shades of Mantis #85E35E

Tints of Mantis #85E35E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50%

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

R = 29.3%
G = 50%
B = 20.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#85E35E (or 0x85E35E) is known color: Mantis. HEX triplet: 85, E3 and 5E. RGB value is (133,227,94). Sum of RGB (Red+Green+Blue) = 133+227+94=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #85E35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E35E is #7A1CA1. Grayscale: #B8B8B8. Windows color (decimal): -8002722 or 6218629. OLE color: 6218629.

HSL color Cylindrical-coordinate representation of color #85E35E: hue angle of 102.41º degrees, saturation: 0.7, 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 #85E35E is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 227 94 -
CMYK 0.41 0 0.59 0.11
HSL 102.41º 0.7% 0.63% -
HSV(B) 102.41º 0.59% 0.89% -
XYZ 39.16 60.73 20.25 -
YUV 183.73 77.36 91.81 -
System Red Green Blue C M Y K H S L
Decimal 133 227 94 0.41 0 0.59 0.11 102.41 0.7 0.63
Hex 85 E3 5E 29 0 3B B 66 46 3F
Octal 205 343 136 51 0 73 13 146 106 77
Binary 10000101 11100011 1011110 101001 0 111011 1011 1100110 1000110 111111

Color Harmonies of #85E35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E35E

Black with #85E35E

Text Example


Text Example

White with #85E35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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