Html Css Color HEX #85BC0F Lima

📋 copy color: '#85BC0F'

red 133 ◦ green 188 ◦ blue 15

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

Shades of Lima #85BC0F

Tints of Lima #85BC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.95%

 BLUE value IS 15 (6.25% from 255) = 4.46%

R = 39.58%
G = 55.95%
B = 4.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#85BC0F (or 0x85BC0F) is known color: Lima. HEX triplet: 85, BC and 0F. RGB value is (133,188,15). Sum of RGB (Red+Green+Blue) = 133+188+15=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BC0F is #7A43F0. Grayscale: #989898. Windows color (decimal): -8012785 or 1031301. OLE color: 1031301.

HSL color Cylindrical-coordinate representation of color #85BC0F: hue angle of 79.08º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85BC0F is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 15 -
CMYK 0.29 0 0.92 0.26
HSL 79.08º 0.85% 0.4% -
HSV(B) 79.08º 0.92% 0.74% -
XYZ 27.74 40.99 6.9 -
YUV 151.83 50.78 114.57 -
System Red Green Blue C M Y K H S L
Decimal 133 188 15 0.29 0 0.92 0.26 79.08 0.85 0.4
Hex 85 BC F 1D 0 5C 1A 4F 55 28
Octal 205 274 17 35 0 134 32 117 125 50
Binary 10000101 10111100 1111 11101 0 1011100 11010 1001111 1010101 101000

Color Harmonies of #85BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC0F

Black with #85BC0F

Text Example


Text Example

White with #85BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,15); }

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

background-color css

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

 a { background-color: rgb(133,188,15); }

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

border-color css

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

 span { border-color: rgb(133,188,15); }

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