Html Css Color HEX #85BF44 Mantis

📋 copy color: '#85BF44'

red 133 ◦ green 191 ◦ blue 68

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

Shades of Mantis #85BF44

Tints of Mantis #85BF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.35%

R = 33.93%
G = 48.72%
B = 17.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#85BF44 (or 0x85BF44) is known color: Mantis. HEX triplet: 85, BF and 44. RGB value is (133,191,68). Sum of RGB (Red+Green+Blue) = 133+191+68=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BF44 is #7A40BB. Grayscale: #A0A0A0. Windows color (decimal): -8011964 or 4505477. OLE color: 4505477.

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

Color convert

RGB 133 191 68 -
CMYK 0.30 0 0.64 0.25
HSL 88.29º 0.49% 0.51% -
HSV(B) 88.29º 0.64% 0.75% -
XYZ 29.35 42.67 12.16 -
YUV 159.64 76.28 109 -
System Red Green Blue C M Y K H S L
Decimal 133 191 68 0.30 0 0.64 0.25 88.29 0.49 0.51
Hex 85 BF 44 1E 0 40 19 58 31 33
Octal 205 277 104 36 0 100 31 130 61 63
Binary 10000101 10111111 1000100 11110 0 1000000 11001 1011000 110001 110011

Color Harmonies of #85BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF44

Black with #85BF44

Text Example


Text Example

White with #85BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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