Html Css Color HEX #85CF48 Mantis

📋 copy color: '#85CF48'

red 133 ◦ green 207 ◦ blue 72

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

Shades of Mantis #85CF48

Tints of Mantis #85CF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.24%

 BLUE value IS 72 (28.52% from 255) = 17.48%

R = 32.28%
G = 50.24%
B = 17.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#85CF48 (or 0x85CF48) is known color: Mantis. HEX triplet: 85, CF and 48. RGB value is (133,207,72). Sum of RGB (Red+Green+Blue) = 133+207+72=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CF48 is #7A30B7. Grayscale: #A9A9A9. Windows color (decimal): -8007864 or 4771717. OLE color: 4771717.

HSL color Cylindrical-coordinate representation of color #85CF48: hue angle of 92.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85CF48 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 207 72 -
CMYK 0.36 0 0.65 0.19
HSL 92.89º 0.58% 0.55% -
HSV(B) 92.89º 0.65% 0.81% -
XYZ 33.16 50.08 14.05 -
YUV 169.48 72.98 101.98 -
System Red Green Blue C M Y K H S L
Decimal 133 207 72 0.36 0 0.65 0.19 92.89 0.58 0.55
Hex 85 CF 48 24 0 41 13 5D 3A 37
Octal 205 317 110 44 0 101 23 135 72 67
Binary 10000101 11001111 1001000 100100 0 1000001 10011 1011101 111010 110111

Color Harmonies of #85CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CF48

Black with #85CF48

Text Example


Text Example

White with #85CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,207,72); }

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

background-color css

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

 a { background-color: rgb(133,207,72); }

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

border-color css

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

 span { border-color: rgb(133,207,72); }

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