Html Css Color HEX #85ED4D Mantis

📋 copy color: '#85ED4D'

red 133 ◦ green 237 ◦ blue 77

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

Shades of Mantis #85ED4D

Tints of Mantis #85ED4D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.02%

 BLUE value IS 77 (30.47% from 255) = 17.23%

R = 29.75%
G = 53.02%
B = 17.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#85ED4D (or 0x85ED4D) is known color: Mantis. HEX triplet: 85, ED and 4D. RGB value is (133,237,77). Sum of RGB (Red+Green+Blue) = 133+237+77=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85ED4D is #7A12B2. Grayscale: #BCBCBC. Windows color (decimal): -8000179 or 5107077. OLE color: 5107077.

HSL color Cylindrical-coordinate representation of color #85ED4D: hue angle of 99º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85ED4D is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 237 77 -
CMYK 0.44 0 0.68 0.07
HSL 99º 0.82% 0.62% -
HSV(B) 99º 0.68% 0.93% -
XYZ 41.3 66.09 17.6 -
YUV 187.66 65.54 89.01 -
System Red Green Blue C M Y K H S L
Decimal 133 237 77 0.44 0 0.68 0.07 99 0.82 0.62
Hex 85 ED 4D 2C 0 44 7 63 52 3E
Octal 205 355 115 54 0 104 7 143 122 76
Binary 10000101 11101101 1001101 101100 0 1000100 111 1100011 1010010 111110

Color Harmonies of #85ED4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ED4D

Black with #85ED4D

Text Example


Text Example

White with #85ED4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,237,77); }

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

background-color css

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

 a { background-color: rgb(133,237,77); }

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

border-color css

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

 span { border-color: rgb(133,237,77); }

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