Html Css Color HEX #85E05C Mantis

📋 copy color: '#85E05C'

red 133 ◦ green 224 ◦ blue 92

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

Shades of Mantis #85E05C

Tints of Mantis #85E05C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.89%

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

R = 29.62%
G = 49.89%
B = 20.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#85E05C (or 0x85E05C) is known color: Mantis. HEX triplet: 85, E0 and 5C. RGB value is (133,224,92). Sum of RGB (Red+Green+Blue) = 133+224+92=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #85E05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E05C is #7A1FA3. Grayscale: #B6B6B6. Windows color (decimal): -8003492 or 6086789. OLE color: 6086789.

HSL color Cylindrical-coordinate representation of color #85E05C: hue angle of 101.36º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85E05C is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 224 92 -
CMYK 0.41 0 0.59 0.12
HSL 101.36º 0.68% 0.62% -
HSV(B) 101.36º 0.59% 0.88% -
XYZ 38.26 59.07 19.51 -
YUV 181.74 77.35 93.23 -
System Red Green Blue C M Y K H S L
Decimal 133 224 92 0.41 0 0.59 0.12 101.36 0.68 0.62
Hex 85 E0 5C 29 0 3B C 65 44 3E
Octal 205 340 134 51 0 73 14 145 104 76
Binary 10000101 11100000 1011100 101001 0 111011 1100 1100101 1000100 111110

Color Harmonies of #85E05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E05C

Black with #85E05C

Text Example


Text Example

White with #85E05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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