Html Css Color HEX #85D25E Mantis

📋 copy color: '#85D25E'

red 133 ◦ green 210 ◦ blue 94

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

Shades of Mantis #85D25E

Tints of Mantis #85D25E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.05%

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

R = 30.43%
G = 48.05%
B = 21.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#85D25E (or 0x85D25E) is known color: Mantis. HEX triplet: 85, D2 and 5E. RGB value is (133,210,94). Sum of RGB (Red+Green+Blue) = 133+210+94=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #85D25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D25E is #7A2DA1. Grayscale: #AEAEAE. Windows color (decimal): -8007074 or 6214277. OLE color: 6214277.

HSL color Cylindrical-coordinate representation of color #85D25E: hue angle of 99.83º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85D25E is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 210 94 -
CMYK 0.37 0 0.55 0.18
HSL 99.83º 0.56% 0.6% -
HSV(B) 99.83º 0.55% 0.82% -
XYZ 34.74 51.89 18.77 -
YUV 173.75 82.99 98.93 -
System Red Green Blue C M Y K H S L
Decimal 133 210 94 0.37 0 0.55 0.18 99.83 0.56 0.6
Hex 85 D2 5E 25 0 37 12 64 38 3C
Octal 205 322 136 45 0 67 22 144 70 74
Binary 10000101 11010010 1011110 100101 0 110111 10010 1100100 111000 111100

Color Harmonies of #85D25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D25E

Black with #85D25E

Text Example


Text Example

White with #85D25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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