Html Css Color HEX #85BC4B Mantis

📋 copy color: '#85BC4B'

red 133 ◦ green 188 ◦ blue 75

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

Shades of Mantis #85BC4B

Tints of Mantis #85BC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.47%

 BLUE value IS 75 (29.69% from 255) = 18.94%

R = 33.59%
G = 47.47%
B = 18.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#85BC4B (or 0x85BC4B) is known color: Mantis. HEX triplet: 85, BC and 4B. RGB value is (133,188,75). Sum of RGB (Red+Green+Blue) = 133+188+75=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC4B is #7A43B4. Grayscale: #9F9F9F. Windows color (decimal): -8012725 or 4963461. OLE color: 4963461.

HSL color Cylindrical-coordinate representation of color #85BC4B: hue angle of 89.2º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85BC4B is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 75 -
CMYK 0.29 0 0.60 0.26
HSL 89.2º 0.46% 0.52% -
HSV(B) 89.2º 0.6% 0.74% -
XYZ 28.93 41.46 13.13 -
YUV 158.67 80.78 109.69 -
System Red Green Blue C M Y K H S L
Decimal 133 188 75 0.29 0 0.60 0.26 89.2 0.46 0.52
Hex 85 BC 4B 1D 0 3C 1A 59 2E 34
Octal 205 274 113 35 0 74 32 131 56 64
Binary 10000101 10111100 1001011 11101 0 111100 11010 1011001 101110 110100

Color Harmonies of #85BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC4B

Black with #85BC4B

Text Example


Text Example

White with #85BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,75); }

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

background-color css

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

 a { background-color: rgb(133,188,75); }

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

border-color css

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

 span { border-color: rgb(133,188,75); }

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