Html Css Color HEX #85C228 Limerick

📋 copy color: '#85C228'

red 133 ◦ green 194 ◦ blue 40

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

Shades of Limerick #85C228

Tints of Limerick #85C228

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.86%

 BLUE value IS 40 (16.02% from 255) = 10.9%

R = 36.24%
G = 52.86%
B = 10.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#85C228 (or 0x85C228) is known color: Limerick. HEX triplet: 85, C2 and 28. RGB value is (133,194,40). Sum of RGB (Red+Green+Blue) = 133+194+40=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #85C228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C228 is #7A3DD7. Grayscale: #9E9E9E. Windows color (decimal): -8011224 or 2671237. OLE color: 2671237.

HSL color Cylindrical-coordinate representation of color #85C228: hue angle of 83.77º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85C228 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 40 -
CMYK 0.31 0 0.79 0.24
HSL 83.77º 0.66% 0.46% -
HSV(B) 83.77º 0.79% 0.76% -
XYZ 29.35 43.72 8.9 -
YUV 158.21 61.29 110.02 -
System Red Green Blue C M Y K H S L
Decimal 133 194 40 0.31 0 0.79 0.24 83.77 0.66 0.46
Hex 85 C2 28 1F 0 4F 18 54 42 2E
Octal 205 302 50 37 0 117 30 124 102 56
Binary 10000101 11000010 101000 11111 0 1001111 11000 1010100 1000010 101110

Color Harmonies of #85C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C228

Black with #85C228

Text Example


Text Example

White with #85C228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,194,40); }

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

background-color css

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

 a { background-color: rgb(133,194,40); }

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

border-color css

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

 span { border-color: rgb(133,194,40); }

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