Html Css Color HEX #85E65C Mantis

📋 copy color: '#85E65C'

red 133 ◦ green 230 ◦ blue 92

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

Shades of Mantis #85E65C

Tints of Mantis #85E65C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.55%

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

R = 29.23%
G = 50.55%
B = 20.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#85E65C (or 0x85E65C) is known color: Mantis. HEX triplet: 85, E6 and 5C. RGB value is (133,230,92). Sum of RGB (Red+Green+Blue) = 133+230+92=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #85E65C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E65C is #7A19A3. Grayscale: #B9B9B9. Windows color (decimal): -8001956 or 6088325. OLE color: 6088325.

HSL color Cylindrical-coordinate representation of color #85E65C: hue angle of 102.17º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85E65C is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 230 92 -
CMYK 0.42 0 0.60 0.10
HSL 102.17º 0.73% 0.63% -
HSV(B) 102.17º 0.6% 0.9% -
XYZ 39.9 62.35 20.06 -
YUV 185.27 75.36 90.72 -
System Red Green Blue C M Y K H S L
Decimal 133 230 92 0.42 0 0.60 0.10 102.17 0.73 0.63
Hex 85 E6 5C 2A 0 3C A 66 49 3F
Octal 205 346 134 52 0 74 12 146 111 77
Binary 10000101 11100110 1011100 101010 0 111100 1010 1100110 1001001 111111

Color Harmonies of #85E65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E65C

Black with #85E65C

Text Example


Text Example

White with #85E65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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