Html Css Color HEX #85BF31 Limerick

📋 copy color: '#85BF31'

red 133 ◦ green 191 ◦ blue 49

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

Shades of Limerick #85BF31

Tints of Limerick #85BF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.14%

R = 35.66%
G = 51.21%
B = 13.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#85BF31 (or 0x85BF31) is known color: Limerick. HEX triplet: 85, BF and 31. RGB value is (133,191,49). Sum of RGB (Red+Green+Blue) = 133+191+49=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BF31 is #7A40CE. Grayscale: #9D9D9D. Windows color (decimal): -8011983 or 3260293. OLE color: 3260293.

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

Color convert

RGB 133 191 49 -
CMYK 0.30 0 0.74 0.25
HSL 84.51º 0.59% 0.47% -
HSV(B) 84.51º 0.74% 0.75% -
XYZ 28.86 42.47 9.58 -
YUV 157.47 66.78 110.55 -
System Red Green Blue C M Y K H S L
Decimal 133 191 49 0.30 0 0.74 0.25 84.51 0.59 0.47
Hex 85 BF 31 1E 0 4A 19 55 3B 2F
Octal 205 277 61 36 0 112 31 125 73 57
Binary 10000101 10111111 110001 11110 0 1001010 11001 1010101 111011 101111

Color Harmonies of #85BF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF31

Black with #85BF31

Text Example


Text Example

White with #85BF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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