Html Css Color HEX #85D44B Mantis

📋 copy color: '#85D44B'

red 133 ◦ green 212 ◦ blue 75

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

Shades of Mantis #85D44B

Tints of Mantis #85D44B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.48%

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

R = 31.67%
G = 50.48%
B = 17.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#85D44B (or 0x85D44B) is known color: Mantis. HEX triplet: 85, D4 and 4B. RGB value is (133,212,75). Sum of RGB (Red+Green+Blue) = 133+212+75=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #85D44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D44B is #7A2BB4. Grayscale: #ADADAD. Windows color (decimal): -8006581 or 4969605. OLE color: 4969605.

HSL color Cylindrical-coordinate representation of color #85D44B: hue angle of 94.6º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85D44B is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 133 212 75 -
CMYK 0.37 0 0.65 0.17
HSL 94.6º 0.61% 0.56% -
HSV(B) 94.6º 0.65% 0.83% -
XYZ 34.49 52.58 14.99 -
YUV 172.76 72.83 99.64 -
System Red Green Blue C M Y K H S L
Decimal 133 212 75 0.37 0 0.65 0.17 94.6 0.61 0.56
Hex 85 D4 4B 25 0 41 11 5F 3D 38
Octal 205 324 113 45 0 101 21 137 75 70
Binary 10000101 11010100 1001011 100101 0 1000001 10001 1011111 111101 111000

Color Harmonies of #85D44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D44B

Black with #85D44B

Text Example


Text Example

White with #85D44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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