Html Css Color HEX #85C60E Lima

📋 copy color: '#85C60E'

red 133 ◦ green 198 ◦ blue 14

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

Shades of Lima #85C60E

Tints of Lima #85C60E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.39%

 BLUE value IS 14 (5.86% from 255) = 4.06%

R = 38.55%
G = 57.39%
B = 4.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#85C60E (or 0x85C60E) is known color: Lima. HEX triplet: 85, C6 and 0E. RGB value is (133,198,14). Sum of RGB (Red+Green+Blue) = 133+198+14=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #85C60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C60E is #7A39F1. Grayscale: #9E9E9E. Windows color (decimal): -8010226 or 968325. OLE color: 968325.

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

Color convert

RGB 133 198 14 -
CMYK 0.33 0 0.93 0.22
HSL 81.2º 0.87% 0.42% -
HSV(B) 81.2º 0.93% 0.78% -
XYZ 29.95 45.41 7.6 -
YUV 157.59 46.97 110.46 -
System Red Green Blue C M Y K H S L
Decimal 133 198 14 0.33 0 0.93 0.22 81.2 0.87 0.42
Hex 85 C6 E 21 0 5D 16 51 57 2A
Octal 205 306 16 41 0 135 26 121 127 52
Binary 10000101 11000110 1110 100001 0 1011101 10110 1010001 1010111 101010

Color Harmonies of #85C60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C60E

Black with #85C60E

Text Example


Text Example

White with #85C60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,198,14); }

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

background-color css

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

 a { background-color: rgb(133,198,14); }

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

border-color css

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

 span { border-color: rgb(133,198,14); }

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