Html Css Color HEX #85C12D Limerick

📋 copy color: '#85C12D'

red 133 ◦ green 193 ◦ blue 45

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

Shades of Limerick #85C12D

Tints of Limerick #85C12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.13%

R = 35.85%
G = 52.02%
B = 12.13%

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

#85C12D (or 0x85C12D) is known color: Limerick. HEX triplet: 85, C1 and 2D. RGB value is (133,193,45). Sum of RGB (Red+Green+Blue) = 133+193+45=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #85C12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C12D is #7A3ED2. Grayscale: #9E9E9E. Windows color (decimal): -8011475 or 2998661. OLE color: 2998661.

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

Color convert

RGB 133 193 45 -
CMYK 0.31 0 0.77 0.24
HSL 84.32º 0.62% 0.47% -
HSV(B) 84.32º 0.77% 0.76% -
XYZ 29.22 43.32 9.3 -
YUV 158.19 64.12 110.03 -
System Red Green Blue C M Y K H S L
Decimal 133 193 45 0.31 0 0.77 0.24 84.32 0.62 0.47
Hex 85 C1 2D 1F 0 4D 18 54 3E 2F
Octal 205 301 55 37 0 115 30 124 76 57
Binary 10000101 11000001 101101 11111 0 1001101 11000 1010100 111110 101111

Color Harmonies of #85C12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C12D

Black with #85C12D

Text Example


Text Example

White with #85C12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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