Html Css Color HEX #85C12C Limerick

📋 copy color: '#85C12C'

red 133 ◦ green 193 ◦ blue 44

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

Shades of Limerick #85C12C

Tints of Limerick #85C12C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.16%

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 35.95%
G = 52.16%
B = 11.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#85C12C (or 0x85C12C) is known color: Limerick. HEX triplet: 85, C1 and 2C. RGB value is (133,193,44). Sum of RGB (Red+Green+Blue) = 133+193+44=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #85C12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C12C is #7A3ED3. Grayscale: #9E9E9E. Windows color (decimal): -8011476 or 2933125. OLE color: 2933125.

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

Color convert

RGB 133 193 44 -
CMYK 0.31 0 0.77 0.24
HSL 84.16º 0.63% 0.46% -
HSV(B) 84.16º 0.77% 0.76% -
XYZ 29.2 43.31 9.2 -
YUV 158.07 63.62 110.12 -
System Red Green Blue C M Y K H S L
Decimal 133 193 44 0.31 0 0.77 0.24 84.16 0.63 0.46
Hex 85 C1 2C 1F 0 4D 18 54 3F 2E
Octal 205 301 54 37 0 115 30 124 77 56
Binary 10000101 11000001 101100 11111 0 1001101 11000 1010100 111111 101110

Color Harmonies of #85C12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C12C

Black with #85C12C

Text Example


Text Example

White with #85C12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,193,44); }

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

background-color css

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

 a { background-color: rgb(133,193,44); }

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

border-color css

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

 span { border-color: rgb(133,193,44); }

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