Html Css Color HEX #85BF29 Limerick

📋 copy color: '#85BF29'

red 133 ◦ green 191 ◦ blue 41

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

Shades of Limerick #85BF29

Tints of Limerick #85BF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.23%

R = 36.44%
G = 52.33%
B = 11.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#85BF29 (or 0x85BF29) is known color: Limerick. HEX triplet: 85, BF and 29. RGB value is (133,191,41). Sum of RGB (Red+Green+Blue) = 133+191+41=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BF29 is #7A40D6. Grayscale: #9D9D9D. Windows color (decimal): -8011991 or 2736005. OLE color: 2736005.

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

Color convert

RGB 133 191 41 -
CMYK 0.30 0 0.79 0.25
HSL 83.2º 0.65% 0.45% -
HSV(B) 83.2º 0.79% 0.75% -
XYZ 28.7 42.41 8.77 -
YUV 156.56 62.78 111.2 -
System Red Green Blue C M Y K H S L
Decimal 133 191 41 0.30 0 0.79 0.25 83.2 0.65 0.45
Hex 85 BF 29 1E 0 4F 19 53 41 2D
Octal 205 277 51 36 0 117 31 123 101 55
Binary 10000101 10111111 101001 11110 0 1001111 11001 1010011 1000001 101101

Color Harmonies of #85BF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF29

Black with #85BF29

Text Example


Text Example

White with #85BF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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