Html Css Color HEX #85BF1B Lima

📋 copy color: '#85BF1B'

red 133 ◦ green 191 ◦ blue 27

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

Shades of Lima #85BF1B

Tints of Lima #85BF1B

RGB

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

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

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

R = 37.89%
G = 54.42%
B = 7.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#85BF1B (or 0x85BF1B) is known color: Lima. HEX triplet: 85, BF and 1B. RGB value is (133,191,27). Sum of RGB (Red+Green+Blue) = 133+191+27=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BF1B is #7A40E4. Grayscale: #9B9B9B. Windows color (decimal): -8012005 or 1818501. OLE color: 1818501.

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

Color convert

RGB 133 191 27 -
CMYK 0.30 0 0.86 0.25
HSL 81.22º 0.75% 0.43% -
HSV(B) 81.22º 0.86% 0.75% -
XYZ 28.5 42.33 7.7 -
YUV 154.96 55.78 112.34 -
System Red Green Blue C M Y K H S L
Decimal 133 191 27 0.30 0 0.86 0.25 81.22 0.75 0.43
Hex 85 BF 1B 1E 0 56 19 51 4B 2B
Octal 205 277 33 36 0 126 31 121 113 53
Binary 10000101 10111111 11011 11110 0 1010110 11001 1010001 1001011 101011

Color Harmonies of #85BF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF1B

Black with #85BF1B

Text Example


Text Example

White with #85BF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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