Html Css Color HEX #85BF66 Mantis

📋 copy color: '#85BF66'

red 133 ◦ green 191 ◦ blue 102

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

Shades of Mantis #85BF66

Tints of Mantis #85BF66

RGB

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

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

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

R = 31.22%
G = 44.84%
B = 23.94%

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

#85BF66 (or 0x85BF66) is known color: Mantis. HEX triplet: 85, BF and 66. RGB value is (133,191,102). Sum of RGB (Red+Green+Blue) = 133+191+102=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF66 is #7A4099. Grayscale: #A3A3A3. Windows color (decimal): -8011930 or 6733701. OLE color: 6733701.

HSL color Cylindrical-coordinate representation of color #85BF66: hue angle of 99.1º 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 #85BF66 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 191 102 -
CMYK 0.30 0 0.47 0.25
HSL 99.1º 0.41% 0.57% -
HSV(B) 99.1º 0.47% 0.75% -
XYZ 30.7 43.21 19.29 -
YUV 163.51 93.28 106.24 -
System Red Green Blue C M Y K H S L
Decimal 133 191 102 0.30 0 0.47 0.25 99.1 0.41 0.57
Hex 85 BF 66 1E 0 2F 19 63 29 39
Octal 205 277 146 36 0 57 31 143 51 71
Binary 10000101 10111111 1100110 11110 0 101111 11001 1100011 101001 111001

Color Harmonies of #85BF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF66

Black with #85BF66

Text Example


Text Example

White with #85BF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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