Html Css Color HEX #85EA52 Mantis

📋 copy color: '#85EA52'

red 133 ◦ green 234 ◦ blue 82

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

Shades of Mantis #85EA52

Tints of Mantis #85EA52

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.12%

 BLUE value IS 82 (32.42% from 255) = 18.26%

R = 29.62%
G = 52.12%
B = 18.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#85EA52 (or 0x85EA52) is known color: Mantis. HEX triplet: 85, EA and 52. RGB value is (133,234,82). Sum of RGB (Red+Green+Blue) = 133+234+82=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EA52 is #7A15AD. Grayscale: #BABABA. Windows color (decimal): -8000942 or 5433989. OLE color: 5433989.

HSL color Cylindrical-coordinate representation of color #85EA52: hue angle of 99.87º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85EA52 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 234 82 -
CMYK 0.43 0 0.65 0.08
HSL 99.87º 0.78% 0.62% -
HSV(B) 99.87º 0.65% 0.92% -
XYZ 40.62 64.44 18.28 -
YUV 186.47 69.04 89.86 -
System Red Green Blue C M Y K H S L
Decimal 133 234 82 0.43 0 0.65 0.08 99.87 0.78 0.62
Hex 85 EA 52 2B 0 41 8 64 4E 3E
Octal 205 352 122 53 0 101 10 144 116 76
Binary 10000101 11101010 1010010 101011 0 1000001 1000 1100100 1001110 111110

Color Harmonies of #85EA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EA52

Black with #85EA52

Text Example


Text Example

White with #85EA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,234,82); }

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

background-color css

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

 a { background-color: rgb(133,234,82); }

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

border-color css

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

 span { border-color: rgb(133,234,82); }

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