Html Css Color HEX #85CF5B Mantis

📋 copy color: '#85CF5B'

red 133 ◦ green 207 ◦ blue 91

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

Shades of Mantis #85CF5B

Tints of Mantis #85CF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.11%

R = 30.86%
G = 48.03%
B = 21.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#85CF5B (or 0x85CF5B) is known color: Mantis. HEX triplet: 85, CF and 5B. RGB value is (133,207,91). Sum of RGB (Red+Green+Blue) = 133+207+91=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF5B is #7A30A4. Grayscale: #ACACAC. Windows color (decimal): -8007845 or 6016901. OLE color: 6016901.

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

Color convert

RGB 133 207 91 -
CMYK 0.36 0 0.56 0.19
HSL 98.28º 0.55% 0.58% -
HSV(B) 98.28º 0.56% 0.81% -
XYZ 33.87 50.37 17.83 -
YUV 171.65 82.48 100.43 -
System Red Green Blue C M Y K H S L
Decimal 133 207 91 0.36 0 0.56 0.19 98.28 0.55 0.58
Hex 85 CF 5B 24 0 38 13 62 37 3A
Octal 205 317 133 44 0 70 23 142 67 72
Binary 10000101 11001111 1011011 100100 0 111000 10011 1100010 110111 111010

Color Harmonies of #85CF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CF5B

Black with #85CF5B

Text Example


Text Example

White with #85CF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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