Html Css Color HEX #85C025 Limerick

📋 copy color: '#85C025'

red 133 ◦ green 192 ◦ blue 37

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

Shades of Limerick #85C025

Tints of Limerick #85C025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.04%

 BLUE value IS 37 (14.84% from 255) = 10.22%

R = 36.74%
G = 53.04%
B = 10.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#85C025 (or 0x85C025) is known color: Limerick. HEX triplet: 85, C0 and 25. RGB value is (133,192,37). Sum of RGB (Red+Green+Blue) = 133+192+37=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #85C025 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C025 is #7A3FDA. Grayscale: #9D9D9D. Windows color (decimal): -8011739 or 2474117. OLE color: 2474117.

HSL color Cylindrical-coordinate representation of color #85C025: hue angle of 82.84º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85C025 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 37 -
CMYK 0.31 0 0.81 0.25
HSL 82.84º 0.68% 0.45% -
HSV(B) 82.84º 0.81% 0.75% -
XYZ 28.86 42.82 8.49 -
YUV 156.69 60.45 111.1 -
System Red Green Blue C M Y K H S L
Decimal 133 192 37 0.31 0 0.81 0.25 82.84 0.68 0.45
Hex 85 C0 25 1F 0 51 19 53 44 2D
Octal 205 300 45 37 0 121 31 123 104 55
Binary 10000101 11000000 100101 11111 0 1010001 11001 1010011 1000100 101101

Color Harmonies of #85C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C025

Black with #85C025

Text Example


Text Example

White with #85C025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,192,37); }

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

background-color css

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

 a { background-color: rgb(133,192,37); }

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

border-color css

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

 span { border-color: rgb(133,192,37); }

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