Html Css Color HEX #85C866 Mantis

📋 copy color: '#85C866'

red 133 ◦ green 200 ◦ blue 102

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

Shades of Mantis #85C866

Tints of Mantis #85C866

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.98%

 BLUE value IS 102 (40.23% from 255) = 23.45%

R = 30.57%
G = 45.98%
B = 23.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#85C866 (or 0x85C866) is known color: Mantis. HEX triplet: 85, C8 and 66. RGB value is (133,200,102). Sum of RGB (Red+Green+Blue) = 133+200+102=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #85C866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C866 is #7A3799. Grayscale: #A9A9A9. Windows color (decimal): -8009626 or 6736005. OLE color: 6736005.

HSL color Cylindrical-coordinate representation of color #85C866: hue angle of 101.02º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85C866 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 200 102 -
CMYK 0.34 0 0.49 0.22
HSL 101.02º 0.47% 0.59% -
HSV(B) 101.02º 0.49% 0.78% -
XYZ 32.73 47.25 19.97 -
YUV 168.8 90.3 102.47 -
System Red Green Blue C M Y K H S L
Decimal 133 200 102 0.34 0 0.49 0.22 101.02 0.47 0.59
Hex 85 C8 66 22 0 31 16 65 2F 3B
Octal 205 310 146 42 0 61 26 145 57 73
Binary 10000101 11001000 1100110 100010 0 110001 10110 1100101 101111 111011

Color Harmonies of #85C866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C866

Black with #85C866

Text Example


Text Example

White with #85C866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,200,102); }

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

background-color css

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

 a { background-color: rgb(133,200,102); }

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

border-color css

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

 span { border-color: rgb(133,200,102); }

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