Html Css Color HEX #85E34F Mantis

📋 copy color: '#85E34F'

red 133 ◦ green 227 ◦ blue 79

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

Shades of Mantis #85E34F

Tints of Mantis #85E34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18%

R = 30.3%
G = 51.71%
B = 18%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#85E34F (or 0x85E34F) is known color: Mantis. HEX triplet: 85, E3 and 4F. RGB value is (133,227,79). Sum of RGB (Red+Green+Blue) = 133+227+79=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #85E34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E34F is #7A1CB0. Grayscale: #B6B6B6. Windows color (decimal): -8002737 or 5235589. OLE color: 5235589.

HSL color Cylindrical-coordinate representation of color #85E34F: hue angle of 98.11º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85E34F is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 227 79 -
CMYK 0.41 0 0.65 0.11
HSL 98.11º 0.73% 0.6% -
HSV(B) 98.11º 0.65% 0.89% -
XYZ 38.55 60.49 17.04 -
YUV 182.02 69.86 93.03 -
System Red Green Blue C M Y K H S L
Decimal 133 227 79 0.41 0 0.65 0.11 98.11 0.73 0.6
Hex 85 E3 4F 29 0 41 B 62 49 3C
Octal 205 343 117 51 0 101 13 142 111 74
Binary 10000101 11100011 1001111 101001 0 1000001 1011 1100010 1001001 111100

Color Harmonies of #85E34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E34F

Black with #85E34F

Text Example


Text Example

White with #85E34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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