Html Css Color HEX #85BF69 Mantis

📋 copy color: '#85BF69'

red 133 ◦ green 191 ◦ blue 105

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

Shades of Mantis #85BF69

Tints of Mantis #85BF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.48%

R = 31%
G = 44.52%
B = 24.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#85BF69 (or 0x85BF69) is known color: Mantis. HEX triplet: 85, BF and 69. RGB value is (133,191,105). Sum of RGB (Red+Green+Blue) = 133+191+105=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF69 is #7A4096. Grayscale: #A4A4A4. Windows color (decimal): -8011927 or 6930309. OLE color: 6930309.

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

Color convert

RGB 133 191 105 -
CMYK 0.30 0 0.45 0.25
HSL 100.47º 0.4% 0.58% -
HSV(B) 100.47º 0.45% 0.75% -
XYZ 30.85 43.27 20.09 -
YUV 163.85 94.78 105.99 -
System Red Green Blue C M Y K H S L
Decimal 133 191 105 0.30 0 0.45 0.25 100.47 0.4 0.58
Hex 85 BF 69 1E 0 2D 19 64 28 3A
Octal 205 277 151 36 0 55 31 144 50 72
Binary 10000101 10111111 1101001 11110 0 101101 11001 1100100 101000 111010

Color Harmonies of #85BF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF69

Black with #85BF69

Text Example


Text Example

White with #85BF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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