Html Css Color HEX #85BD1B Lima

📋 copy color: '#85BD1B'

red 133 ◦ green 189 ◦ blue 27

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

Shades of Lima #85BD1B

Tints of Lima #85BD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.74%

R = 38.11%
G = 54.15%
B = 7.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#85BD1B (or 0x85BD1B) is known color: Lima. HEX triplet: 85, BD and 1B. RGB value is (133,189,27). Sum of RGB (Red+Green+Blue) = 133+189+27=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD1B is #7A42E4. Grayscale: #9A9A9A. Windows color (decimal): -8012517 or 1817989. OLE color: 1817989.

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

Color convert

RGB 133 189 27 -
CMYK 0.30 0 0.86 0.26
HSL 80.74º 0.75% 0.42% -
HSV(B) 80.74º 0.86% 0.74% -
XYZ 28.07 41.46 7.56 -
YUV 153.79 56.45 113.17 -
System Red Green Blue C M Y K H S L
Decimal 133 189 27 0.30 0 0.86 0.26 80.74 0.75 0.42
Hex 85 BD 1B 1E 0 56 1A 51 4B 2A
Octal 205 275 33 36 0 126 32 121 113 52
Binary 10000101 10111101 11011 11110 0 1010110 11010 1010001 1001011 101010

Color Harmonies of #85BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BD1B

Black with #85BD1B

Text Example


Text Example

White with #85BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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