Html Css Color HEX #85DB52 Mantis

📋 copy color: '#85DB52'

red 133 ◦ green 219 ◦ blue 82

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

Shades of Mantis #85DB52

Tints of Mantis #85DB52

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.46%

 BLUE value IS 82 (32.42% from 255) = 18.89%

R = 30.65%
G = 50.46%
B = 18.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#85DB52 (or 0x85DB52) is known color: Mantis. HEX triplet: 85, DB and 52. RGB value is (133,219,82). Sum of RGB (Red+Green+Blue) = 133+219+82=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DB52 is #7A24AD. Grayscale: #B2B2B2. Windows color (decimal): -8004782 or 5430149. OLE color: 5430149.

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

Color convert

RGB 133 219 82 -
CMYK 0.39 0 0.63 0.14
HSL 97.66º 0.66% 0.59% -
HSV(B) 97.66º 0.63% 0.86% -
XYZ 36.53 56.26 16.92 -
YUV 177.67 74.01 96.14 -
System Red Green Blue C M Y K H S L
Decimal 133 219 82 0.39 0 0.63 0.14 97.66 0.66 0.59
Hex 85 DB 52 27 0 3F E 62 42 3B
Octal 205 333 122 47 0 77 16 142 102 73
Binary 10000101 11011011 1010010 100111 0 111111 1110 1100010 1000010 111011

Color Harmonies of #85DB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB52

Black with #85DB52

Text Example


Text Example

White with #85DB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,219,82); }

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

background-color css

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

 a { background-color: rgb(133,219,82); }

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

border-color css

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

 span { border-color: rgb(133,219,82); }

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