Html Css Color HEX #85C515 Lima

📋 copy color: '#85C515'

red 133 ◦ green 197 ◦ blue 21

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

Shades of Lima #85C515

Tints of Lima #85C515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.13%

 BLUE value IS 21 (8.59% from 255) = 5.98%

R = 37.89%
G = 56.13%
B = 5.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#85C515 (or 0x85C515) is known color: Lima. HEX triplet: 85, C5 and 15. RGB value is (133,197,21). Sum of RGB (Red+Green+Blue) = 133+197+21=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 197 (77.34% from 255 or 56.13% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 197 - color contains mainly: green. Hex color #85C515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C515 is #7A3AEA. Grayscale: #9E9E9E. Windows color (decimal): -8010475 or 1426821. OLE color: 1426821.

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

Color convert

RGB 133 197 21 -
CMYK 0.32 0 0.89 0.23
HSL 81.82º 0.81% 0.43% -
HSV(B) 81.82º 0.89% 0.77% -
XYZ 29.77 44.97 7.82 -
YUV 157.8 50.8 110.31 -
System Red Green Blue C M Y K H S L
Decimal 133 197 21 0.32 0 0.89 0.23 81.82 0.81 0.43
Hex 85 C5 15 20 0 59 17 52 51 2B
Octal 205 305 25 40 0 131 27 122 121 53
Binary 10000101 11000101 10101 100000 0 1011001 10111 1010010 1010001 101011

Color Harmonies of #85C515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C515

Black with #85C515

Text Example


Text Example

White with #85C515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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