#85C21E

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

Shades of Lima #85C21E

Tints of Lima #85C21E

Color information

#85C21E (or 0x85C21E) is unknown color: approx Lima. HEX triplet: 85, C2 and 1E. RGB value is (133,194,30). Sum of RGB (Red+Green+Blue) = 133+194+30=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #85C21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C21E is #7A3DE1. Grayscale: #9D9D9D. Windows color (decimal): -8011234 or 2015877. OLE color: 2015877.

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

Color convert

RGB13319430-
CMYK0.3100.850.24
HSL82.32º73.21%43.92%-
HSV(B)82.32º84.54%76.08%-
XYZ29.243.668.12-
YUV157.0656.29110.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 194 (76.17% from 255) = 54.34%
BLUE value IS 30 (12.11% from 255) = 8.40%
R=37.25%
G=54.34%
B=8.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133194300.3100.850.2482.3273.2143.92
Hex85C21E1F0551852492c
Octal205302363701253012211154
Binary10000101110000101111011111010101011100010100101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,194,30); }

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

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

 a { background-color: rgb(133,194,30); }

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

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

 span { border-color: rgb(133,194,30); }

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