Html Css Color HEX #85E35F Mantis

📋 copy color: '#85E35F'

red 133 ◦ green 227 ◦ blue 95

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

Shades of Mantis #85E35F

Tints of Mantis #85E35F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.88%

R = 29.23%
G = 49.89%
B = 20.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#85E35F (or 0x85E35F) is known color: Mantis. HEX triplet: 85, E3 and 5F. RGB value is (133,227,95). Sum of RGB (Red+Green+Blue) = 133+227+95=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #85E35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E35F is #7A1CA0. Grayscale: #B8B8B8. Windows color (decimal): -8002721 or 6284165. OLE color: 6284165.

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

Color convert

RGB 133 227 95 -
CMYK 0.41 0 0.58 0.11
HSL 102.73º 0.7% 0.63% -
HSV(B) 102.73º 0.58% 0.89% -
XYZ 39.21 60.75 20.49 -
YUV 183.85 77.86 91.73 -
System Red Green Blue C M Y K H S L
Decimal 133 227 95 0.41 0 0.58 0.11 102.73 0.7 0.63
Hex 85 E3 5F 29 0 3A B 67 46 3F
Octal 205 343 137 51 0 72 13 147 106 77
Binary 10000101 11100011 1011111 101001 0 111010 1011 1100111 1000110 111111

Color Harmonies of #85E35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E35F

Black with #85E35F

Text Example


Text Example

White with #85E35F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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