Html Css Color HEX #85CE5C Mantis

📋 copy color: '#85CE5C'

red 133 ◦ green 206 ◦ blue 92

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

Shades of Mantis #85CE5C

Tints of Mantis #85CE5C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.8%

 BLUE value IS 92 (36.33% from 255) = 21.35%

R = 30.86%
G = 47.8%
B = 21.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#85CE5C (or 0x85CE5C) is known color: Mantis. HEX triplet: 85, CE and 5C. RGB value is (133,206,92). Sum of RGB (Red+Green+Blue) = 133+206+92=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE5C is #7A31A3. Grayscale: #ABABAB. Windows color (decimal): -8008100 or 6082181. OLE color: 6082181.

HSL color Cylindrical-coordinate representation of color #85CE5C: hue angle of 98.42º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85CE5C is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 206 92 -
CMYK 0.35 0 0.55 0.19
HSL 98.42º 0.54% 0.58% -
HSV(B) 98.42º 0.55% 0.81% -
XYZ 33.68 49.9 17.98 -
YUV 171.18 83.32 100.77 -
System Red Green Blue C M Y K H S L
Decimal 133 206 92 0.35 0 0.55 0.19 98.42 0.54 0.58
Hex 85 CE 5C 23 0 37 13 62 36 3A
Octal 205 316 134 43 0 67 23 142 66 72
Binary 10000101 11001110 1011100 100011 0 110111 10011 1100010 110110 111010

Color Harmonies of #85CE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CE5C

Black with #85CE5C

Text Example


Text Example

White with #85CE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,206,92); }

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

background-color css

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

 a { background-color: rgb(133,206,92); }

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

border-color css

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

 span { border-color: rgb(133,206,92); }

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