Html Css Color HEX #85D868 Mantis

📋 copy color: '#85D868'

red 133 ◦ green 216 ◦ blue 104

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

Shades of Mantis #85D868

Tints of Mantis #85D868

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.68%

 BLUE value IS 104 (41.02% from 255) = 22.96%

R = 29.36%
G = 47.68%
B = 22.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#85D868 (or 0x85D868) is known color: Mantis. HEX triplet: 85, D8 and 68. RGB value is (133,216,104). Sum of RGB (Red+Green+Blue) = 133+216+104=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 216 - color contains mainly: green. Hex color #85D868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D868 is #7A2797. Grayscale: #B2B2B2. Windows color (decimal): -8005528 or 6871173. OLE color: 6871173.

HSL color Cylindrical-coordinate representation of color #85D868: hue angle of 104.46º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85D868 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 216 104 -
CMYK 0.38 0 0.52 0.15
HSL 104.46º 0.59% 0.63% -
HSV(B) 104.46º 0.52% 0.85% -
XYZ 36.73 55.1 21.8 -
YUV 178.42 86 95.61 -
System Red Green Blue C M Y K H S L
Decimal 133 216 104 0.38 0 0.52 0.15 104.46 0.59 0.63
Hex 85 D8 68 26 0 34 F 68 3B 3F
Octal 205 330 150 46 0 64 17 150 73 77
Binary 10000101 11011000 1101000 100110 0 110100 1111 1101000 111011 111111

Color Harmonies of #85D868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D868

Black with #85D868

Text Example


Text Example

White with #85D868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,216,104); }

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

background-color css

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

 a { background-color: rgb(133,216,104); }

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

border-color css

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

 span { border-color: rgb(133,216,104); }

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