Html Css Color HEX #85CA54 Mantis

📋 copy color: '#85CA54'

red 133 ◦ green 202 ◦ blue 84

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

Shades of Mantis #85CA54

Tints of Mantis #85CA54

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.21%

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

R = 31.74%
G = 48.21%
B = 20.05%

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

#85CA54 (or 0x85CA54) is known color: Mantis. HEX triplet: 85, CA and 54. RGB value is (133,202,84). Sum of RGB (Red+Green+Blue) = 133+202+84=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA54 is #7A35AB. Grayscale: #A8A8A8. Windows color (decimal): -8009132 or 5556869. OLE color: 5556869.

HSL color Cylindrical-coordinate representation of color #85CA54: hue angle of 95.08º degrees, saturation: 0.53, 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 #85CA54 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 84 -
CMYK 0.34 0 0.58 0.21
HSL 95.08º 0.53% 0.56% -
HSV(B) 95.08º 0.58% 0.79% -
XYZ 32.39 47.87 15.92 -
YUV 167.92 80.64 103.09 -
System Red Green Blue C M Y K H S L
Decimal 133 202 84 0.34 0 0.58 0.21 95.08 0.53 0.56
Hex 85 CA 54 22 0 3A 15 5F 35 38
Octal 205 312 124 42 0 72 25 137 65 70
Binary 10000101 11001010 1010100 100010 0 111010 10101 1011111 110101 111000

Color Harmonies of #85CA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA54

Black with #85CA54

Text Example


Text Example

White with #85CA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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