Html Css Color HEX #85E460 Mantis

📋 copy color: '#85E460'

red 133 ◦ green 228 ◦ blue 96

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

Shades of Mantis #85E460

Tints of Mantis #85E460

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.89%

 BLUE value IS 96 (37.89% from 255) = 21.01%

R = 29.1%
G = 49.89%
B = 21.01%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#85E460 (or 0x85E460) is known color: Mantis. HEX triplet: 85, E4 and 60. RGB value is (133,228,96). Sum of RGB (Red+Green+Blue) = 133+228+96=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #85E460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E460 is #7A1B9F. Grayscale: #B8B8B8. Windows color (decimal): -8002464 or 6349957. OLE color: 6349957.

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

Color convert

RGB 133 228 96 -
CMYK 0.42 0 0.58 0.11
HSL 103.18º 0.71% 0.64% -
HSV(B) 103.18º 0.58% 0.89% -
XYZ 39.53 61.32 20.82 -
YUV 184.55 78.03 91.23 -
System Red Green Blue C M Y K H S L
Decimal 133 228 96 0.42 0 0.58 0.11 103.18 0.71 0.64
Hex 85 E4 60 2A 0 3A B 67 47 40
Octal 205 344 140 52 0 72 13 147 107 100
Binary 10000101 11100100 1100000 101010 0 111010 1011 1100111 1000111 1000000

Color Harmonies of #85E460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E460

Black with #85E460

Text Example


Text Example

White with #85E460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,228,96); }

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

background-color css

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

 a { background-color: rgb(133,228,96); }

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

border-color css

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

 span { border-color: rgb(133,228,96); }

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