Html Css Color HEX #85CB71 Mantis

📋 copy color: '#85CB71'

red 133 ◦ green 203 ◦ blue 113

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

Shades of Mantis #85CB71

Tints of Mantis #85CB71

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.21%

 BLUE value IS 113 (44.53% from 255) = 25.17%

R = 29.62%
G = 45.21%
B = 25.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#85CB71 (or 0x85CB71) is known color: Mantis. HEX triplet: 85, CB and 71. RGB value is (133,203,113). Sum of RGB (Red+Green+Blue) = 133+203+113=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CB71 is #7A348E. Grayscale: #ACACAC. Windows color (decimal): -8008847 or 7457669. OLE color: 7457669.

HSL color Cylindrical-coordinate representation of color #85CB71: hue angle of 106.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85CB71 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 203 113 -
CMYK 0.34 0 0.44 0.20
HSL 106.67º 0.46% 0.62% -
HSV(B) 106.67º 0.44% 0.8% -
XYZ 34.01 48.89 23.27 -
YUV 171.81 94.81 100.32 -
System Red Green Blue C M Y K H S L
Decimal 133 203 113 0.34 0 0.44 0.20 106.67 0.46 0.62
Hex 85 CB 71 22 0 2C 14 6B 2E 3E
Octal 205 313 161 42 0 54 24 153 56 76
Binary 10000101 11001011 1110001 100010 0 101100 10100 1101011 101110 111110

Color Harmonies of #85CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB71

Black with #85CB71

Text Example


Text Example

White with #85CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,203,113); }

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

background-color css

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

 a { background-color: rgb(133,203,113); }

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

border-color css

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

 span { border-color: rgb(133,203,113); }

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