Html Css Color HEX #85CF55 Mantis

📋 copy color: '#85CF55'

red 133 ◦ green 207 ◦ blue 85

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

Shades of Mantis #85CF55

Tints of Mantis #85CF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20%

R = 31.29%
G = 48.71%
B = 20%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#85CF55 (or 0x85CF55) is known color: Mantis. HEX triplet: 85, CF and 55. RGB value is (133,207,85). Sum of RGB (Red+Green+Blue) = 133+207+85=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF55 is #7A30AA. Grayscale: #ABABAB. Windows color (decimal): -8007851 or 5623685. OLE color: 5623685.

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

Color convert

RGB 133 207 85 -
CMYK 0.36 0 0.59 0.19
HSL 96.39º 0.56% 0.57% -
HSV(B) 96.39º 0.59% 0.81% -
XYZ 33.63 50.27 16.52 -
YUV 170.97 79.48 100.92 -
System Red Green Blue C M Y K H S L
Decimal 133 207 85 0.36 0 0.59 0.19 96.39 0.56 0.57
Hex 85 CF 55 24 0 3B 13 60 38 39
Octal 205 317 125 44 0 73 23 140 70 71
Binary 10000101 11001111 1010101 100100 0 111011 10011 1100000 111000 111001

Color Harmonies of #85CF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CF55

Black with #85CF55

Text Example


Text Example

White with #85CF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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