Html Css Color HEX #85D962 Mantis

📋 copy color: '#85D962'

red 133 ◦ green 217 ◦ blue 98

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

Shades of Mantis #85D962

Tints of Mantis #85D962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.44%

 BLUE value IS 98 (38.67% from 255) = 21.88%

R = 29.69%
G = 48.44%
B = 21.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#85D962 (or 0x85D962) is known color: Mantis. HEX triplet: 85, D9 and 62. RGB value is (133,217,98). Sum of RGB (Red+Green+Blue) = 133+217+98=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #85D962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D962 is #7A269D. Grayscale: #B2B2B2. Windows color (decimal): -8005278 or 6478213. OLE color: 6478213.

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

Color convert

RGB 133 217 98 -
CMYK 0.39 0 0.55 0.15
HSL 102.35º 0.61% 0.62% -
HSV(B) 102.35º 0.55% 0.85% -
XYZ 36.69 55.49 20.33 -
YUV 178.32 82.67 95.68 -
System Red Green Blue C M Y K H S L
Decimal 133 217 98 0.39 0 0.55 0.15 102.35 0.61 0.62
Hex 85 D9 62 27 0 37 F 66 3D 3E
Octal 205 331 142 47 0 67 17 146 75 76
Binary 10000101 11011001 1100010 100111 0 110111 1111 1100110 111101 111110

Color Harmonies of #85D962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D962

Black with #85D962

Text Example


Text Example

White with #85D962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,217,98); }

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

background-color css

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

 a { background-color: rgb(133,217,98); }

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

border-color css

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

 span { border-color: rgb(133,217,98); }

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