Html Css Color HEX #85BD1F Lima

📋 copy color: '#85BD1F'

red 133 ◦ green 189 ◦ blue 31

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

Shades of Lima #85BD1F

Tints of Lima #85BD1F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.54%

 BLUE value IS 31 (12.5% from 255) = 8.78%

R = 37.68%
G = 53.54%
B = 8.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#85BD1F (or 0x85BD1F) is known color: Lima. HEX triplet: 85, BD and 1F. RGB value is (133,189,31). Sum of RGB (Red+Green+Blue) = 133+189+31=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD1F is #7A42E0. Grayscale: #9A9A9A. Windows color (decimal): -8012513 or 2080133. OLE color: 2080133.

HSL color Cylindrical-coordinate representation of color #85BD1F: hue angle of 81.27º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85BD1F is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 189 31 -
CMYK 0.30 0 0.84 0.26
HSL 81.27º 0.72% 0.43% -
HSV(B) 81.27º 0.84% 0.74% -
XYZ 28.12 41.48 7.82 -
YUV 154.24 58.45 112.85 -
System Red Green Blue C M Y K H S L
Decimal 133 189 31 0.30 0 0.84 0.26 81.27 0.72 0.43
Hex 85 BD 1F 1E 0 54 1A 51 48 2B
Octal 205 275 37 36 0 124 32 121 110 53
Binary 10000101 10111101 11111 11110 0 1010100 11010 1010001 1001000 101011

Color Harmonies of #85BD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BD1F

Black with #85BD1F

Text Example


Text Example

White with #85BD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,189,31); }

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

background-color css

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

 a { background-color: rgb(133,189,31); }

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

border-color css

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

 span { border-color: rgb(133,189,31); }

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