Html Css Color HEX #85C954 Mantis

📋 copy color: '#85C954'

red 133 ◦ green 201 ◦ blue 84

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

Shades of Mantis #85C954

Tints of Mantis #85C954

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.09%

 BLUE value IS 84 (33.2% from 255) = 20.1%

R = 31.82%
G = 48.09%
B = 20.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#85C954 (or 0x85C954) is known color: Mantis. HEX triplet: 85, C9 and 54. RGB value is (133,201,84). Sum of RGB (Red+Green+Blue) = 133+201+84=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #85C954 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C954 is #7A36AB. Grayscale: #A7A7A7. Windows color (decimal): -8009388 or 5556613. OLE color: 5556613.

HSL color Cylindrical-coordinate representation of color #85C954: hue angle of 94.87º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85C954 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 201 84 -
CMYK 0.34 0 0.58 0.21
HSL 94.87º 0.52% 0.56% -
HSV(B) 94.87º 0.58% 0.79% -
XYZ 32.16 47.4 15.84 -
YUV 167.33 80.97 103.51 -
System Red Green Blue C M Y K H S L
Decimal 133 201 84 0.34 0 0.58 0.21 94.87 0.52 0.56
Hex 85 C9 54 22 0 3A 15 5F 34 38
Octal 205 311 124 42 0 72 25 137 64 70
Binary 10000101 11001001 1010100 100010 0 111010 10101 1011111 110100 111000

Color Harmonies of #85C954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C954

Black with #85C954

Text Example


Text Example

White with #85C954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,201,84); }

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

background-color css

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

 a { background-color: rgb(133,201,84); }

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

border-color css

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

 span { border-color: rgb(133,201,84); }

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