Html Css Color HEX #85E64F Mantis

📋 copy color: '#85E64F'

red 133 ◦ green 230 ◦ blue 79

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

Shades of Mantis #85E64F

Tints of Mantis #85E64F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.04%

 BLUE value IS 79 (31.25% from 255) = 17.87%

R = 30.09%
G = 52.04%
B = 17.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#85E64F (or 0x85E64F) is known color: Mantis. HEX triplet: 85, E6 and 4F. RGB value is (133,230,79). Sum of RGB (Red+Green+Blue) = 133+230+79=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 230 (90.23% from 255 or 52.04% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 230 - color contains mainly: green. Hex color #85E64F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E64F is #7A19B0. Grayscale: #B8B8B8. Windows color (decimal): -8001969 or 5236357. OLE color: 5236357.

HSL color Cylindrical-coordinate representation of color #85E64F: hue angle of 98.54º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85E64F is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 230 79 -
CMYK 0.42 0 0.66 0.10
HSL 98.54º 0.75% 0.61% -
HSV(B) 98.54º 0.66% 0.9% -
XYZ 39.38 62.14 17.32 -
YUV 183.78 68.86 91.78 -
System Red Green Blue C M Y K H S L
Decimal 133 230 79 0.42 0 0.66 0.10 98.54 0.75 0.61
Hex 85 E6 4F 2A 0 42 A 63 4B 3D
Octal 205 346 117 52 0 102 12 143 113 75
Binary 10000101 11100110 1001111 101010 0 1000010 1010 1100011 1001011 111101

Color Harmonies of #85E64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E64F

Black with #85E64F

Text Example


Text Example

White with #85E64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,230,79); }

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

background-color css

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

 a { background-color: rgb(133,230,79); }

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

border-color css

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

 span { border-color: rgb(133,230,79); }

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