Html Css Color HEX #85BE33 Limerick

📋 copy color: '#85BE33'

red 133 ◦ green 190 ◦ blue 51

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

Shades of Limerick #85BE33

Tints of Limerick #85BE33

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.8%

 BLUE value IS 51 (20.31% from 255) = 13.64%

R = 35.56%
G = 50.8%
B = 13.64%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#85BE33 (or 0x85BE33) is known color: Limerick. HEX triplet: 85, BE and 33. RGB value is (133,190,51). Sum of RGB (Red+Green+Blue) = 133+190+51=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BE33 is #7A41CC. Grayscale: #9D9D9D. Windows color (decimal): -8012237 or 3391109. OLE color: 3391109.

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

Color convert

RGB 133 190 51 -
CMYK 0.3 0 0.73 0.25
HSL 84.6º 0.58% 0.47% -
HSV(B) 84.6º 0.73% 0.75% -
XYZ 28.68 42.05 9.74 -
YUV 157.11 68.12 110.8 -
System Red Green Blue C M Y K H S L
Decimal 133 190 51 0.3 0 0.73 0.25 84.6 0.58 0.47
Hex 85 BE 33 1E 0 49 19 55 3A 2F
Octal 205 276 63 36 0 111 31 125 72 57
Binary 10000101 10111110 110011 11110 0 1001001 11001 1010101 111010 101111

Color Harmonies of #85BE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE33

Black with #85BE33

Text Example


Text Example

White with #85BE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,190,51); }

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

background-color css

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

 a { background-color: rgb(133,190,51); }

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

border-color css

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

 span { border-color: rgb(133,190,51); }

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