Html Css Color HEX #85BD30 Limerick

📋 copy color: '#85BD30'

red 133 ◦ green 189 ◦ blue 48

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

Shades of Limerick #85BD30

Tints of Limerick #85BD30

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.08%

 BLUE value IS 48 (19.14% from 255) = 12.97%

R = 35.95%
G = 51.08%
B = 12.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#85BD30 (or 0x85BD30) is known color: Limerick. HEX triplet: 85, BD and 30. RGB value is (133,189,48). Sum of RGB (Red+Green+Blue) = 133+189+48=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD30 is #7A42CF. Grayscale: #9C9C9C. Windows color (decimal): -8012496 or 3194245. OLE color: 3194245.

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

Color convert

RGB 133 189 48 -
CMYK 0.30 0 0.75 0.26
HSL 83.83º 0.59% 0.46% -
HSV(B) 83.83º 0.75% 0.74% -
XYZ 28.4 41.6 9.33 -
YUV 156.18 66.95 111.46 -
System Red Green Blue C M Y K H S L
Decimal 133 189 48 0.30 0 0.75 0.26 83.83 0.59 0.46
Hex 85 BD 30 1E 0 4B 1A 54 3B 2E
Octal 205 275 60 36 0 113 32 124 73 56
Binary 10000101 10111101 110000 11110 0 1001011 11010 1010100 111011 101110

Color Harmonies of #85BD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BD30

Black with #85BD30

Text Example


Text Example

White with #85BD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,189,48); }

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

background-color css

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

 a { background-color: rgb(133,189,48); }

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

border-color css

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

 span { border-color: rgb(133,189,48); }

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