Html Css Color HEX #85C413 Lima

📋 copy color: '#85C413'

red 133 ◦ green 196 ◦ blue 19

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

Shades of Lima #85C413

Tints of Lima #85C413

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.32%

 BLUE value IS 19 (7.81% from 255) = 5.46%

R = 38.22%
G = 56.32%
B = 5.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#85C413 (or 0x85C413) is known color: Lima. HEX triplet: 85, C4 and 13. RGB value is (133,196,19). Sum of RGB (Red+Green+Blue) = 133+196+19=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 196 (76.95% from 255 or 56.32% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 196 - color contains mainly: green. Hex color #85C413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C413 is #7A3BEC. Grayscale: #9D9D9D. Windows color (decimal): -8010733 or 1295493. OLE color: 1295493.

HSL color Cylindrical-coordinate representation of color #85C413: hue angle of 81.36º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85C413 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 196 19 -
CMYK 0.32 0 0.90 0.23
HSL 81.36º 0.82% 0.42% -
HSV(B) 81.36º 0.9% 0.77% -
XYZ 29.53 44.51 7.65 -
YUV 156.99 50.13 110.89 -
System Red Green Blue C M Y K H S L
Decimal 133 196 19 0.32 0 0.90 0.23 81.36 0.82 0.42
Hex 85 C4 13 20 0 5A 17 51 52 2A
Octal 205 304 23 40 0 132 27 121 122 52
Binary 10000101 11000100 10011 100000 0 1011010 10111 1010001 1010010 101010

Color Harmonies of #85C413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C413

Black with #85C413

Text Example


Text Example

White with #85C413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,196,19); }

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

background-color css

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

 a { background-color: rgb(133,196,19); }

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

border-color css

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

 span { border-color: rgb(133,196,19); }

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