#85C715

Color #85C715 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #85C715

Tints of Lima #85C715

Color information

#85C715 (or 0x85C715) is unknown color: approx Lima. HEX triplet: 85, C7 and 15. RGB value is (133,199,21). Sum of RGB (Red+Green+Blue) = 133+199+21=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 199 (78.12% from 255 or 56.37% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 199 - color contains mainly: green. Hex color #85C715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C715 is #7A38EA. Grayscale: #9F9F9F. Windows color (decimal): -8009963 or 1427333. OLE color: 1427333.

HSL color Cylindrical-coordinate representation of color #85C715: hue angle of 82.25º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85C715 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB13319921-
CMYK0.3300.890.22
HSL82.25º80.91%43.14%-
HSV(B)82.25º89.45%78.04%-
XYZ30.2345.897.97-
YUV158.9750.13109.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 199 (78.12% from 255) = 56.37%
BLUE value IS 21 (8.59% from 255) = 5.95%
R=37.68%
G=56.37%
B=5.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133199210.3300.890.2282.2580.9143.14
Hex85C715210591652512b
Octal205307254101312612212153
Binary100001011100011110101100001010110011011010100101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,199,21); }

 H1.HeaderClassName
 {
   color: #85C715;
 }
 .AnyTagClassName
 {
   color: #85C715;
 }
</style>
background-color css

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

 a { background-color: rgb(133,199,21); }

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

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

 span { border-color: rgb(133,199,21); }

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