Html Css Color HEX #85BF65 Mantis

📋 copy color: '#85BF65'

red 133 ◦ green 191 ◦ blue 101

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

Shades of Mantis #85BF65

Tints of Mantis #85BF65

RGB

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

 GREEN value IS 191 (75% from 255) = 44.94%

 BLUE value IS 101 (39.84% from 255) = 23.76%

R = 31.29%
G = 44.94%
B = 23.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#85BF65 (or 0x85BF65) is known color: Mantis. HEX triplet: 85, BF and 65. RGB value is (133,191,101). Sum of RGB (Red+Green+Blue) = 133+191+101=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF65 is #7A409A. Grayscale: #A3A3A3. Windows color (decimal): -8011931 or 6668165. OLE color: 6668165.

HSL color Cylindrical-coordinate representation of color #85BF65: hue angle of 98.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BF65 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 191 101 -
CMYK 0.30 0 0.47 0.25
HSL 98.67º 0.41% 0.57% -
HSV(B) 98.67º 0.47% 0.75% -
XYZ 30.65 43.19 19.03 -
YUV 163.4 92.78 106.32 -
System Red Green Blue C M Y K H S L
Decimal 133 191 101 0.30 0 0.47 0.25 98.67 0.41 0.57
Hex 85 BF 65 1E 0 2F 19 63 29 39
Octal 205 277 145 36 0 57 31 143 51 71
Binary 10000101 10111111 1100101 11110 0 101111 11001 1100011 101001 111001

Color Harmonies of #85BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF65

Black with #85BF65

Text Example


Text Example

White with #85BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,191,101); }

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

background-color css

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

 a { background-color: rgb(133,191,101); }

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

border-color css

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

 span { border-color: rgb(133,191,101); }

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