Html Css Color HEX #85B71B Lima

📋 copy color: '#85B71B'

red 133 ◦ green 183 ◦ blue 27

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

Shades of Lima #85B71B

Tints of Lima #85B71B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.35%

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

R = 38.78%
G = 53.35%
B = 7.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#85B71B (or 0x85B71B) is known color: Lima. HEX triplet: 85, B7 and 1B. RGB value is (133,183,27). Sum of RGB (Red+Green+Blue) = 133+183+27=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #85B71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B71B is #7A48E4. Grayscale: #969696. Windows color (decimal): -8014053 or 1816453. OLE color: 1816453.

HSL color Cylindrical-coordinate representation of color #85B71B: hue angle of 79.23º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85B71B is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 183 27 -
CMYK 0.27 0 0.85 0.28
HSL 79.23º 0.74% 0.41% -
HSV(B) 79.23º 0.85% 0.72% -
XYZ 26.8 38.93 7.14 -
YUV 150.27 58.44 115.68 -
System Red Green Blue C M Y K H S L
Decimal 133 183 27 0.27 0 0.85 0.28 79.23 0.74 0.41
Hex 85 B7 1B 1B 0 55 1C 4F 4A 29
Octal 205 267 33 33 0 125 34 117 112 51
Binary 10000101 10110111 11011 11011 0 1010101 11100 1001111 1001010 101001

Color Harmonies of #85B71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B71B

Black with #85B71B

Text Example


Text Example

White with #85B71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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