Html Css Color HEX #85D74A Mantis

📋 copy color: '#85D74A'

red 133 ◦ green 215 ◦ blue 74

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

Shades of Mantis #85D74A

Tints of Mantis #85D74A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.95%

 BLUE value IS 74 (29.3% from 255) = 17.54%

R = 31.52%
G = 50.95%
B = 17.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#85D74A (or 0x85D74A) is known color: Mantis. HEX triplet: 85, D7 and 4A. RGB value is (133,215,74). Sum of RGB (Red+Green+Blue) = 133+215+74=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #85D74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D74A is #7A28B5. Grayscale: #AEAEAE. Windows color (decimal): -8005814 or 4904837. OLE color: 4904837.

HSL color Cylindrical-coordinate representation of color #85D74A: hue angle of 94.89º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85D74A is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 215 74 -
CMYK 0.38 0 0.66 0.16
HSL 94.89º 0.64% 0.57% -
HSV(B) 94.89º 0.66% 0.84% -
XYZ 35.21 54.08 15.06 -
YUV 174.41 71.33 98.46 -
System Red Green Blue C M Y K H S L
Decimal 133 215 74 0.38 0 0.66 0.16 94.89 0.64 0.57
Hex 85 D7 4A 26 0 42 10 5F 40 39
Octal 205 327 112 46 0 102 20 137 100 71
Binary 10000101 11010111 1001010 100110 0 1000010 10000 1011111 1000000 111001

Color Harmonies of #85D74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D74A

Black with #85D74A

Text Example


Text Example

White with #85D74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,215,74); }

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

background-color css

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

 a { background-color: rgb(133,215,74); }

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

border-color css

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

 span { border-color: rgb(133,215,74); }

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