Html Css Color HEX #85E25C Mantis

📋 copy color: '#85E25C'

red 133 ◦ green 226 ◦ blue 92

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

Shades of Mantis #85E25C

Tints of Mantis #85E25C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.11%

 BLUE value IS 92 (36.33% from 255) = 20.4%

R = 29.49%
G = 50.11%
B = 20.4%

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

#85E25C (or 0x85E25C) is known color: Mantis. HEX triplet: 85, E2 and 5C. RGB value is (133,226,92). Sum of RGB (Red+Green+Blue) = 133+226+92=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #85E25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E25C is #7A1DA3. Grayscale: #B7B7B7. Windows color (decimal): -8002980 or 6087301. OLE color: 6087301.

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

Color convert

RGB 133 226 92 -
CMYK 0.41 0 0.59 0.11
HSL 101.64º 0.7% 0.62% -
HSV(B) 101.64º 0.59% 0.89% -
XYZ 38.8 60.15 19.69 -
YUV 182.92 76.69 92.4 -
System Red Green Blue C M Y K H S L
Decimal 133 226 92 0.41 0 0.59 0.11 101.64 0.7 0.62
Hex 85 E2 5C 29 0 3B B 66 46 3E
Octal 205 342 134 51 0 73 13 146 106 76
Binary 10000101 11100010 1011100 101001 0 111011 1011 1100110 1000110 111110

Color Harmonies of #85E25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E25C

Black with #85E25C

Text Example


Text Example

White with #85E25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,226,92); }

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

background-color css

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

 a { background-color: rgb(133,226,92); }

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

border-color css

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

 span { border-color: rgb(133,226,92); }

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