Html Css Color HEX #85DB4D Mantis

📋 copy color: '#85DB4D'

red 133 ◦ green 219 ◦ blue 77

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

Shades of Mantis #85DB4D

Tints of Mantis #85DB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.95%

R = 31%
G = 51.05%
B = 17.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#85DB4D (or 0x85DB4D) is known color: Mantis. HEX triplet: 85, DB and 4D. RGB value is (133,219,77). Sum of RGB (Red+Green+Blue) = 133+219+77=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DB4D is #7A24B2. Grayscale: #B1B1B1. Windows color (decimal): -8004787 or 5102469. OLE color: 5102469.

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

Color convert

RGB 133 219 77 -
CMYK 0.39 0 0.65 0.14
HSL 96.34º 0.66% 0.58% -
HSV(B) 96.34º 0.65% 0.86% -
XYZ 36.34 56.19 15.95 -
YUV 177.1 71.51 96.55 -
System Red Green Blue C M Y K H S L
Decimal 133 219 77 0.39 0 0.65 0.14 96.34 0.66 0.58
Hex 85 DB 4D 27 0 41 E 60 42 3A
Octal 205 333 115 47 0 101 16 140 102 72
Binary 10000101 11011011 1001101 100111 0 1000001 1110 1100000 1000010 111010

Color Harmonies of #85DB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB4D

Black with #85DB4D

Text Example


Text Example

White with #85DB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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