Html Css Color HEX #85E74C Mantis

📋 copy color: '#85E74C'

red 133 ◦ green 231 ◦ blue 76

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

Shades of Mantis #85E74C

Tints of Mantis #85E74C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.5%

 BLUE value IS 76 (30.08% from 255) = 17.27%

R = 30.23%
G = 52.5%
B = 17.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#85E74C (or 0x85E74C) is known color: Mantis. HEX triplet: 85, E7 and 4C. RGB value is (133,231,76). Sum of RGB (Red+Green+Blue) = 133+231+76=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #85E74C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E74C is #7A18B3. Grayscale: #B8B8B8. Windows color (decimal): -8001716 or 5040005. OLE color: 5040005.

HSL color Cylindrical-coordinate representation of color #85E74C: hue angle of 97.94º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85E74C is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 231 76 -
CMYK 0.42 0 0.67 0.09
HSL 97.94º 0.76% 0.6% -
HSV(B) 97.94º 0.67% 0.91% -
XYZ 39.55 62.66 16.85 -
YUV 184.03 67.03 91.6 -
System Red Green Blue C M Y K H S L
Decimal 133 231 76 0.42 0 0.67 0.09 97.94 0.76 0.6
Hex 85 E7 4C 2A 0 43 9 62 4C 3C
Octal 205 347 114 52 0 103 11 142 114 74
Binary 10000101 11100111 1001100 101010 0 1000011 1001 1100010 1001100 111100

Color Harmonies of #85E74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E74C

Black with #85E74C

Text Example


Text Example

White with #85E74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,231,76); }

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

background-color css

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

 a { background-color: rgb(133,231,76); }

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

border-color css

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

 span { border-color: rgb(133,231,76); }

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