Html Css Color HEX #85E24B Mantis

📋 copy color: '#85E24B'

red 133 ◦ green 226 ◦ blue 75

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

Shades of Mantis #85E24B

Tints of Mantis #85E24B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.07%

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

R = 30.65%
G = 52.07%
B = 17.28%

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

#85E24B (or 0x85E24B) is known color: Mantis. HEX triplet: 85, E2 and 4B. RGB value is (133,226,75). Sum of RGB (Red+Green+Blue) = 133+226+75=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #85E24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E24B is #7A1DB4. Grayscale: #B5B5B5. Windows color (decimal): -8002997 or 4973189. OLE color: 4973189.

HSL color Cylindrical-coordinate representation of color #85E24B: hue angle of 96.95º degrees, saturation: 0.72, 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 #85E24B is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 226 75 -
CMYK 0.41 0 0.67 0.11
HSL 96.95º 0.72% 0.59% -
HSV(B) 96.95º 0.67% 0.89% -
XYZ 38.14 59.89 16.21 -
YUV 180.98 68.19 93.78 -
System Red Green Blue C M Y K H S L
Decimal 133 226 75 0.41 0 0.67 0.11 96.95 0.72 0.59
Hex 85 E2 4B 29 0 43 B 61 48 3B
Octal 205 342 113 51 0 103 13 141 110 73
Binary 10000101 11100010 1001011 101001 0 1000011 1011 1100001 1001000 111011

Color Harmonies of #85E24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E24B

Black with #85E24B

Text Example


Text Example

White with #85E24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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