Html Css Color HEX #85D95D Mantis

📋 copy color: '#85D95D'

red 133 ◦ green 217 ◦ blue 93

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

Shades of Mantis #85D95D

Tints of Mantis #85D95D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.98%

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 30.02%
G = 48.98%
B = 20.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#85D95D (or 0x85D95D) is known color: Mantis. HEX triplet: 85, D9 and 5D. RGB value is (133,217,93). Sum of RGB (Red+Green+Blue) = 133+217+93=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #85D95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D95D is #7A26A2. Grayscale: #B2B2B2. Windows color (decimal): -8005283 or 6150533. OLE color: 6150533.

HSL color Cylindrical-coordinate representation of color #85D95D: hue angle of 100.65º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85D95D is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 217 93 -
CMYK 0.39 0 0.57 0.15
HSL 100.65º 0.62% 0.61% -
HSV(B) 100.65º 0.57% 0.85% -
XYZ 36.46 55.4 19.13 -
YUV 177.75 80.17 96.08 -
System Red Green Blue C M Y K H S L
Decimal 133 217 93 0.39 0 0.57 0.15 100.65 0.62 0.61
Hex 85 D9 5D 27 0 39 F 65 3E 3D
Octal 205 331 135 47 0 71 17 145 76 75
Binary 10000101 11011001 1011101 100111 0 111001 1111 1100101 111110 111101

Color Harmonies of #85D95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D95D

Black with #85D95D

Text Example


Text Example

White with #85D95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,217,93); }

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

background-color css

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

 a { background-color: rgb(133,217,93); }

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

border-color css

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

 span { border-color: rgb(133,217,93); }

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