Html Css Color HEX #85D362 Mantis

📋 copy color: '#85D362'

red 133 ◦ green 211 ◦ blue 98

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

Shades of Mantis #85D362

Tints of Mantis #85D362

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.74%

 BLUE value IS 98 (38.67% from 255) = 22.17%

R = 30.09%
G = 47.74%
B = 22.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#85D362 (or 0x85D362) is known color: Mantis. HEX triplet: 85, D3 and 62. RGB value is (133,211,98). Sum of RGB (Red+Green+Blue) = 133+211+98=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #85D362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D362 is #7A2C9D. Grayscale: #AFAFAF. Windows color (decimal): -8006814 or 6476677. OLE color: 6476677.

HSL color Cylindrical-coordinate representation of color #85D362: hue angle of 101.42º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85D362 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 133 211 98 -
CMYK 0.37 0 0.54 0.17
HSL 101.42º 0.56% 0.61% -
HSV(B) 101.42º 0.54% 0.83% -
XYZ 35.17 52.46 19.83 -
YUV 174.8 84.66 98.19 -
System Red Green Blue C M Y K H S L
Decimal 133 211 98 0.37 0 0.54 0.17 101.42 0.56 0.61
Hex 85 D3 62 25 0 36 11 65 38 3D
Octal 205 323 142 45 0 66 21 145 70 75
Binary 10000101 11010011 1100010 100101 0 110110 10001 1100101 111000 111101

Color Harmonies of #85D362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D362

Black with #85D362

Text Example


Text Example

White with #85D362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,211,98); }

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

background-color css

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

 a { background-color: rgb(133,211,98); }

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

border-color css

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

 span { border-color: rgb(133,211,98); }

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