Html Css Color HEX #85CA5D Mantis

📋 copy color: '#85CA5D'

red 133 ◦ green 202 ◦ blue 93

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

Shades of Mantis #85CA5D

Tints of Mantis #85CA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.73%

R = 31.07%
G = 47.2%
B = 21.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#85CA5D (or 0x85CA5D) is known color: Mantis. HEX triplet: 85, CA and 5D. RGB value is (133,202,93). Sum of RGB (Red+Green+Blue) = 133+202+93=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA5D is #7A35A2. Grayscale: #A9A9A9. Windows color (decimal): -8009123 or 6146693. OLE color: 6146693.

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

Color convert

RGB 133 202 93 -
CMYK 0.34 0 0.54 0.21
HSL 97.98º 0.51% 0.58% -
HSV(B) 97.98º 0.54% 0.79% -
XYZ 32.77 48.02 17.9 -
YUV 168.94 85.14 102.36 -
System Red Green Blue C M Y K H S L
Decimal 133 202 93 0.34 0 0.54 0.21 97.98 0.51 0.58
Hex 85 CA 5D 22 0 36 15 62 33 3A
Octal 205 312 135 42 0 66 25 142 63 72
Binary 10000101 11001010 1011101 100010 0 110110 10101 1100010 110011 111010

Color Harmonies of #85CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA5D

Black with #85CA5D

Text Example


Text Example

White with #85CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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