Html Css Color HEX #85DC53 Mantis

📋 copy color: '#85DC53'

red 133 ◦ green 220 ◦ blue 83

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

Shades of Mantis #85DC53

Tints of Mantis #85DC53

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.46%

 BLUE value IS 83 (32.81% from 255) = 19.04%

R = 30.5%
G = 50.46%
B = 19.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#85DC53 (or 0x85DC53) is known color: Mantis. HEX triplet: 85, DC and 53. RGB value is (133,220,83). Sum of RGB (Red+Green+Blue) = 133+220+83=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DC53 is #7A23AC. Grayscale: #B2B2B2. Windows color (decimal): -8004525 or 5495941. OLE color: 5495941.

HSL color Cylindrical-coordinate representation of color #85DC53: hue angle of 98.1º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85DC53 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 83 -
CMYK 0.40 0 0.62 0.14
HSL 98.1º 0.66% 0.59% -
HSV(B) 98.1º 0.62% 0.86% -
XYZ 36.83 56.8 17.21 -
YUV 178.37 74.18 95.64 -
System Red Green Blue C M Y K H S L
Decimal 133 220 83 0.40 0 0.62 0.14 98.1 0.66 0.59
Hex 85 DC 53 28 0 3E E 62 42 3B
Octal 205 334 123 50 0 76 16 142 102 73
Binary 10000101 11011100 1010011 101000 0 111110 1110 1100010 1000010 111011

Color Harmonies of #85DC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC53

Black with #85DC53

Text Example


Text Example

White with #85DC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,220,83); }

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

background-color css

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

 a { background-color: rgb(133,220,83); }

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

border-color css

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

 span { border-color: rgb(133,220,83); }

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