Html Css Color HEX #85E34A Mantis

📋 copy color: '#85E34A'

red 133 ◦ green 227 ◦ blue 74

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

Shades of Mantis #85E34A

Tints of Mantis #85E34A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.3%

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

R = 30.65%
G = 52.3%
B = 17.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#85E34A (or 0x85E34A) is known color: Mantis. HEX triplet: 85, E3 and 4A. RGB value is (133,227,74). Sum of RGB (Red+Green+Blue) = 133+227+74=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #85E34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E34A is #7A1CB5. Grayscale: #B5B5B5. Windows color (decimal): -8002742 or 4907909. OLE color: 4907909.

HSL color Cylindrical-coordinate representation of color #85E34A: hue angle of 96.86º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85E34A is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 227 74 -
CMYK 0.41 0 0.67 0.11
HSL 96.86º 0.73% 0.59% -
HSV(B) 96.86º 0.67% 0.89% -
XYZ 38.38 60.42 16.12 -
YUV 181.45 67.36 93.44 -
System Red Green Blue C M Y K H S L
Decimal 133 227 74 0.41 0 0.67 0.11 96.86 0.73 0.59
Hex 85 E3 4A 29 0 43 B 61 49 3B
Octal 205 343 112 51 0 103 13 141 111 73
Binary 10000101 11100011 1001010 101001 0 1000011 1011 1100001 1001001 111011

Color Harmonies of #85E34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E34A

Black with #85E34A

Text Example


Text Example

White with #85E34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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