Html Css Color HEX #85DA53 Mantis

📋 copy color: '#85DA53'

red 133 ◦ green 218 ◦ blue 83

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

Shades of Mantis #85DA53

Tints of Mantis #85DA53

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.23%

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

R = 30.65%
G = 50.23%
B = 19.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#85DA53 (or 0x85DA53) is known color: Mantis. HEX triplet: 85, DA and 53. RGB value is (133,218,83). Sum of RGB (Red+Green+Blue) = 133+218+83=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DA53 is #7A25AC. Grayscale: #B1B1B1. Windows color (decimal): -8005037 or 5495429. OLE color: 5495429.

HSL color Cylindrical-coordinate representation of color #85DA53: hue angle of 97.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85DA53 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 83 -
CMYK 0.39 0 0.62 0.15
HSL 97.78º 0.65% 0.59% -
HSV(B) 97.78º 0.62% 0.85% -
XYZ 36.31 55.75 17.03 -
YUV 177.2 74.84 96.48 -
System Red Green Blue C M Y K H S L
Decimal 133 218 83 0.39 0 0.62 0.15 97.78 0.65 0.59
Hex 85 DA 53 27 0 3E F 62 41 3B
Octal 205 332 123 47 0 76 17 142 101 73
Binary 10000101 11011010 1010011 100111 0 111110 1111 1100010 1000001 111011

Color Harmonies of #85DA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA53

Black with #85DA53

Text Example


Text Example

White with #85DA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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