#85C31B

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

Shades of Lima #85C31B

Tints of Lima #85C31B

Color information

#85C31B (or 0x85C31B) is unknown color: approx Lima. HEX triplet: 85, C3 and 1B. RGB value is (133,195,27). Sum of RGB (Red+Green+Blue) = 133+195+27=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #85C31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C31B is #7A3CE4. Grayscale: #9D9D9D. Windows color (decimal): -8010981 or 1819525. OLE color: 1819525.

HSL color Cylindrical-coordinate representation of color #85C31B: hue angle of 82.14º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85C31B is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB13319527-
CMYK0.3200.860.24
HSL82.14º75.68%43.53%-
HSV(B)82.14º86.15%76.47%-
XYZ29.3944.18-
YUV157.3154.46110.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 195 (76.56% from 255) = 54.93%
BLUE value IS 27 (10.94% from 255) = 7.61%
R=37.46%
G=54.93%
B=7.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133195270.3200.860.2482.1475.6843.53
Hex85C31B2005618524c2c
Octal205303334001263012211454
Binary100001011100001111011100000010101101100010100101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,195,27); }

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

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

 a { background-color: rgb(133,195,27); }

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

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

 span { border-color: rgb(133,195,27); }

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