Html Css Color HEX #85C25C Mantis

📋 copy color: '#85C25C'

red 133 ◦ green 194 ◦ blue 92

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

Shades of Mantis #85C25C

Tints of Mantis #85C25C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.3%

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

R = 31.74%
G = 46.3%
B = 21.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#85C25C (or 0x85C25C) is known color: Mantis. HEX triplet: 85, C2 and 5C. RGB value is (133,194,92). Sum of RGB (Red+Green+Blue) = 133+194+92=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #85C25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C25C is #7A3DA3. Grayscale: #A4A4A4. Windows color (decimal): -8011172 or 6079109. OLE color: 6079109.

HSL color Cylindrical-coordinate representation of color #85C25C: hue angle of 95.88º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85C25C is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 92 -
CMYK 0.31 0 0.53 0.24
HSL 95.88º 0.46% 0.56% -
HSV(B) 95.88º 0.53% 0.76% -
XYZ 30.9 44.34 17.06 -
YUV 164.13 87.29 105.79 -
System Red Green Blue C M Y K H S L
Decimal 133 194 92 0.31 0 0.53 0.24 95.88 0.46 0.56
Hex 85 C2 5C 1F 0 35 18 60 2E 38
Octal 205 302 134 37 0 65 30 140 56 70
Binary 10000101 11000010 1011100 11111 0 110101 11000 1100000 101110 111000

Color Harmonies of #85C25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C25C

Black with #85C25C

Text Example


Text Example

White with #85C25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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