Html Css Color HEX #85CF59 Mantis

📋 copy color: '#85CF59'

red 133 ◦ green 207 ◦ blue 89

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

Shades of Mantis #85CF59

Tints of Mantis #85CF59

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.25%

 BLUE value IS 89 (35.16% from 255) = 20.75%

R = 31%
G = 48.25%
B = 20.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#85CF59 (or 0x85CF59) is known color: Mantis. HEX triplet: 85, CF and 59. RGB value is (133,207,89). Sum of RGB (Red+Green+Blue) = 133+207+89=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF59 is #7A30A6. Grayscale: #ABABAB. Windows color (decimal): -8007847 or 5885829. OLE color: 5885829.

HSL color Cylindrical-coordinate representation of color #85CF59: hue angle of 97.63º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85CF59 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 207 89 -
CMYK 0.36 0 0.57 0.19
HSL 97.63º 0.55% 0.58% -
HSV(B) 97.63º 0.57% 0.81% -
XYZ 33.79 50.33 17.39 -
YUV 171.42 81.48 100.59 -
System Red Green Blue C M Y K H S L
Decimal 133 207 89 0.36 0 0.57 0.19 97.63 0.55 0.58
Hex 85 CF 59 24 0 39 13 62 37 3A
Octal 205 317 131 44 0 71 23 142 67 72
Binary 10000101 11001111 1011001 100100 0 111001 10011 1100010 110111 111010

Color Harmonies of #85CF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CF59

Black with #85CF59

Text Example


Text Example

White with #85CF59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,207,89); }

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

background-color css

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

 a { background-color: rgb(133,207,89); }

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

border-color css

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

 span { border-color: rgb(133,207,89); }

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