Html Css Color HEX #85B51D Limerick

📋 copy color: '#85B51D'

red 133 ◦ green 181 ◦ blue 29

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

Shades of Limerick #85B51D

Tints of Limerick #85B51D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.77%

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 38.78%
G = 52.77%
B = 8.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#85B51D (or 0x85B51D) is known color: Limerick. HEX triplet: 85, B5 and 1D. RGB value is (133,181,29). Sum of RGB (Red+Green+Blue) = 133+181+29=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #85B51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B51D is #7A4AE2. Grayscale: #959595. Windows color (decimal): -8014563 or 1947013. OLE color: 1947013.

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

Color convert

RGB 133 181 29 -
CMYK 0.27 0 0.84 0.29
HSL 78.95º 0.72% 0.41% -
HSV(B) 78.95º 0.84% 0.71% -
XYZ 26.42 38.12 7.13 -
YUV 149.32 60.1 116.36 -
System Red Green Blue C M Y K H S L
Decimal 133 181 29 0.27 0 0.84 0.29 78.95 0.72 0.41
Hex 85 B5 1D 1B 0 54 1D 4F 48 29
Octal 205 265 35 33 0 124 35 117 110 51
Binary 10000101 10110101 11101 11011 0 1010100 11101 1001111 1001000 101001

Color Harmonies of #85B51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B51D

Black with #85B51D

Text Example


Text Example

White with #85B51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,181,29); }

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

background-color css

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

 a { background-color: rgb(133,181,29); }

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

border-color css

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

 span { border-color: rgb(133,181,29); }

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