Html Css Color HEX #85DA4B Mantis

📋 copy color: '#85DA4B'

red 133 ◦ green 218 ◦ blue 75

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

Shades of Mantis #85DA4B

Tints of Mantis #85DA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.61%

R = 31.22%
G = 51.17%
B = 17.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#85DA4B (or 0x85DA4B) is known color: Mantis. HEX triplet: 85, DA and 4B. RGB value is (133,218,75). Sum of RGB (Red+Green+Blue) = 133+218+75=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DA4B is #7A25B4. Grayscale: #B0B0B0. Windows color (decimal): -8005045 or 4971141. OLE color: 4971141.

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

Color convert

RGB 133 218 75 -
CMYK 0.39 0 0.66 0.15
HSL 95.66º 0.66% 0.57% -
HSV(B) 95.66º 0.66% 0.85% -
XYZ 36.01 55.64 15.5 -
YUV 176.28 70.84 97.13 -
System Red Green Blue C M Y K H S L
Decimal 133 218 75 0.39 0 0.66 0.15 95.66 0.66 0.57
Hex 85 DA 4B 27 0 42 F 60 42 39
Octal 205 332 113 47 0 102 17 140 102 71
Binary 10000101 11011010 1001011 100111 0 1000010 1111 1100000 1000010 111001

Color Harmonies of #85DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA4B

Black with #85DA4B

Text Example


Text Example

White with #85DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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