Html Css Color HEX #85C258 Mantis

📋 copy color: '#85C258'

red 133 ◦ green 194 ◦ blue 88

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

Shades of Mantis #85C258

Tints of Mantis #85C258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.2%

R = 32.05%
G = 46.75%
B = 21.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#85C258 (or 0x85C258) is known color: Mantis. HEX triplet: 85, C2 and 58. RGB value is (133,194,88). Sum of RGB (Red+Green+Blue) = 133+194+88=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #85C258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C258 is #7A3DA7. Grayscale: #A4A4A4. Windows color (decimal): -8011176 or 5816965. OLE color: 5816965.

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

Color convert

RGB 133 194 88 -
CMYK 0.31 0 0.55 0.24
HSL 94.53º 0.46% 0.55% -
HSV(B) 94.53º 0.55% 0.76% -
XYZ 30.73 44.27 16.16 -
YUV 163.68 85.29 106.12 -
System Red Green Blue C M Y K H S L
Decimal 133 194 88 0.31 0 0.55 0.24 94.53 0.46 0.55
Hex 85 C2 58 1F 0 37 18 5F 2E 37
Octal 205 302 130 37 0 67 30 137 56 67
Binary 10000101 11000010 1011000 11111 0 110111 11000 1011111 101110 110111

Color Harmonies of #85C258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C258

Black with #85C258

Text Example


Text Example

White with #85C258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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