Html Css Color HEX #85E94B Mantis

📋 copy color: '#85E94B'

red 133 ◦ green 233 ◦ blue 75

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

Shades of Mantis #85E94B

Tints of Mantis #85E94B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.83%

 BLUE value IS 75 (29.69% from 255) = 17.01%

R = 30.16%
G = 52.83%
B = 17.01%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#85E94B (or 0x85E94B) is known color: Mantis. HEX triplet: 85, E9 and 4B. RGB value is (133,233,75). Sum of RGB (Red+Green+Blue) = 133+233+75=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 233 (91.41% from 255 or 52.83% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 233 - color contains mainly: green. Hex color #85E94B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E94B is #7A16B4. Grayscale: #B9B9B9. Windows color (decimal): -8001205 or 4974981. OLE color: 4974981.

HSL color Cylindrical-coordinate representation of color #85E94B: hue angle of 97.97º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85E94B is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 75 -
CMYK 0.43 0 0.68 0.09
HSL 97.97º 0.78% 0.6% -
HSV(B) 97.97º 0.68% 0.91% -
XYZ 40.08 63.77 16.85 -
YUV 185.09 65.87 90.85 -
System Red Green Blue C M Y K H S L
Decimal 133 233 75 0.43 0 0.68 0.09 97.97 0.78 0.6
Hex 85 E9 4B 2B 0 44 9 62 4E 3C
Octal 205 351 113 53 0 104 11 142 116 74
Binary 10000101 11101001 1001011 101011 0 1000100 1001 1100010 1001110 111100

Color Harmonies of #85E94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E94B

Black with #85E94B

Text Example


Text Example

White with #85E94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,233,75); }

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

background-color css

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

 a { background-color: rgb(133,233,75); }

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

border-color css

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

 span { border-color: rgb(133,233,75); }

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