Html Css Color HEX #85BF19 Lima

📋 copy color: '#85BF19'

red 133 ◦ green 191 ◦ blue 25

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

Shades of Lima #85BF19

Tints of Lima #85BF19

RGB

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

 GREEN value IS 191 (75% from 255) = 54.73%

 BLUE value IS 25 (10.16% from 255) = 7.16%

R = 38.11%
G = 54.73%
B = 7.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#85BF19 (or 0x85BF19) is known color: Lima. HEX triplet: 85, BF and 19. RGB value is (133,191,25). Sum of RGB (Red+Green+Blue) = 133+191+25=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BF19 is #7A40E6. Grayscale: #9B9B9B. Windows color (decimal): -8012007 or 1687429. OLE color: 1687429.

HSL color Cylindrical-coordinate representation of color #85BF19: hue angle of 80.96º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85BF19 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 191 25 -
CMYK 0.30 0 0.87 0.25
HSL 80.96º 0.77% 0.42% -
HSV(B) 80.96º 0.87% 0.75% -
XYZ 28.48 42.32 7.59 -
YUV 154.73 54.78 112.5 -
System Red Green Blue C M Y K H S L
Decimal 133 191 25 0.30 0 0.87 0.25 80.96 0.77 0.42
Hex 85 BF 19 1E 0 57 19 51 4D 2A
Octal 205 277 31 36 0 127 31 121 115 52
Binary 10000101 10111111 11001 11110 0 1010111 11001 1010001 1001101 101010

Color Harmonies of #85BF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF19

Black with #85BF19

Text Example


Text Example

White with #85BF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,191,25); }

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

background-color css

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

 a { background-color: rgb(133,191,25); }

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

border-color css

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

 span { border-color: rgb(133,191,25); }

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