Html Css Color HEX #85B72D Limerick

📋 copy color: '#85B72D'

red 133 ◦ green 183 ◦ blue 45

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

Shades of Limerick #85B72D

Tints of Limerick #85B72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.47%

R = 36.84%
G = 50.69%
B = 12.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#85B72D (or 0x85B72D) is known color: Limerick. HEX triplet: 85, B7 and 2D. RGB value is (133,183,45). Sum of RGB (Red+Green+Blue) = 133+183+45=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #85B72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B72D is #7A48D2. Grayscale: #989898. Windows color (decimal): -8014035 or 2996101. OLE color: 2996101.

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

Color convert

RGB 133 183 45 -
CMYK 0.27 0 0.75 0.28
HSL 81.74º 0.61% 0.45% -
HSV(B) 81.74º 0.75% 0.72% -
XYZ 27.08 39.04 8.59 -
YUV 152.32 67.44 114.22 -
System Red Green Blue C M Y K H S L
Decimal 133 183 45 0.27 0 0.75 0.28 81.74 0.61 0.45
Hex 85 B7 2D 1B 0 4B 1C 52 3D 2D
Octal 205 267 55 33 0 113 34 122 75 55
Binary 10000101 10110111 101101 11011 0 1001011 11100 1010010 111101 101101

Color Harmonies of #85B72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B72D

Black with #85B72D

Text Example


Text Example

White with #85B72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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